This commit is contained in:
parent
0961d595fb
commit
e6c9de75f5
23
.gitea/workflows/build.yml
Normal file
23
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: gobuild
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-gitea
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# - uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Mucking About
|
||||||
|
run:
|
||||||
|
uname -a
|
||||||
|
&& lsb_release -a
|
||||||
|
&& whoami
|
||||||
|
&& pwd
|
||||||
|
&& echo $PATH
|
||||||
|
&& git --version
|
||||||
|
&& python --version
|
Loading…
Reference in New Issue
Block a user