This commit is contained in:
parent
a50897a399
commit
fec4dbcf43
@ -7,18 +7,23 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-gitea
|
||||
runs-on: python-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Is Python Available?
|
||||
- name: Show Environment
|
||||
run:
|
||||
uname -a
|
||||
&& lsb_release -a
|
||||
&& python --version
|
||||
&& pip --version
|
||||
&& which python3
|
||||
&& ./install.sh
|
||||
&& ./demo.sh
|
||||
- name: Clone Repo
|
||||
run:
|
||||
clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
|
||||
- name: Install
|
||||
run:
|
||||
./install.sh
|
||||
- name: Execute
|
||||
run:
|
||||
./demo.sh
|
||||
|
Loading…
Reference in New Issue
Block a user