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

24 lines
359 B
YAML
Raw Normal View History

2024-07-21 16:55:20 +00:00
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