This commit is contained in:
parent
a50897a399
commit
fec4dbcf43
@ -7,18 +7,23 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-gitea
|
runs-on: python-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Show Environment
|
||||||
|
|
||||||
- name: Is Python Available?
|
|
||||||
run:
|
run:
|
||||||
uname -a
|
uname -a
|
||||||
&& lsb_release -a
|
&& lsb_release -a
|
||||||
&& python --version
|
&& python --version
|
||||||
&& pip --version
|
&& pip --version
|
||||||
&& which python3
|
&& which python3
|
||||||
&& ./install.sh
|
- name: Clone Repo
|
||||||
&& ./demo.sh
|
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