pyfly-demo/.gitea/workflows/build.yml
Greg Gauthier e87aaf6479
Some checks failed
python-build / build (push) Failing after 10s
fix typo on clone command
2024-07-21 18:58:37 +00:00

29 lines
528 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:
./demo.sh