pyfly-demo/.gitea/workflows/build.yml
Greg Gauthier 15ff7471d2
Some checks failed
python-build / build (push) Failing after 3s
once again, no lsb_release
2024-07-21 18:57:12 +00:00

28 lines
497 B
YAML

name: python-build
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: python-latest
steps:
- name: Show Environment
run:
uname -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