This commit is contained in:
parent
428150e81f
commit
ce1b68e983
20
.gitea/workflows/build.yml
Normal file
20
.gitea/workflows/build.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user