pyfly-demo/.gitea/workflows/build.yml
Greg Gauthier fec4dbcf43
Some checks failed
python-build / build (push) Failing after 1s
fix pyfly runner
2024-07-21 18:56:07 +00:00

29 lines
526 B
YAML

name: python-build
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: python-latest
steps:
- name: Show Environment
run:
uname -a
&& lsb_release -a
&& python --version
&& pip --version
&& which python3
- name: Clone Repo
run:
clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
- name: Install
run:
./install.sh
- name: Execute
run:
./demo.sh