runner-dummy/.gitea/workflows/build.yml

23 lines
332 B
YAML
Raw Normal View History

2024-07-21 16:55:20 +00:00
name: gobuild
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
2024-07-21 16:58:34 +00:00
runs-on: python-latest
2024-07-21 16:55:20 +00:00
steps:
# - uses: actions/checkout@v2
- name: Mucking About
run:
uname -a
&& whoami
&& pwd
&& echo $PATH
&& git --version
&& python --version