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
|
2024-07-21 17:04:37 +00:00
|
|
|
&& ls -la
|
|
|
|
&& git clone https://repos.gmgauthier.com/gmgauthier/runner-dummy.git
|
|
|
|
&& ls -la
|
|
|
|
|