pyfly-demo/.gitea/workflows/build.yml
Greg Gauthier ce1b68e983
All checks were successful
python-build / build (push) Successful in 4s
add gitea workflow
2024-07-21 16:40:51 +01:00

21 lines
303 B
YAML

name: python-build
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-gitea
steps:
- uses: actions/checkout@v2
- name: Is Python Available?
run:
uname -a
&& lsb_release -a
&& python --version
&& pip --version