add gitea workflow
All checks were successful
python-build / build (push) Successful in 4s

This commit is contained in:
Greg Gauthier 2024-07-21 16:40:51 +01:00
parent 428150e81f
commit ce1b68e983

View File

@ -0,0 +1,20 @@
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