pyfly-demo/.gitea/workflows/build.yml
Greg Gauthier 6e6cd602d2
All checks were successful
python-build / build (push) Successful in 32s
fix name of demo command
2024-07-21 19:05:16 +00:00

29 lines
531 B
YAML

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