gostations/.gitea/workflows/build.yml

27 lines
472 B
YAML
Raw Normal View History

2024-07-21 16:24:03 +00:00
name: gobuild
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: golang-latest
2024-07-21 16:24:03 +00:00
steps:
2024-07-21 18:48:07 +00:00
- name: Lets See What We Have
run:
uname -a
2024-07-21 18:50:08 +00:00
&& echo $PATH
&& echo $GOPATH
&& which go
&& go version
2024-07-21 18:48:07 +00:00
- name: Clone Repo
run:
git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
2024-07-21 18:50:08 +00:00
&& ls -la
2024-07-21 16:24:03 +00:00
- name: Linux Build
run:
2024-07-21 16:29:16 +00:00
./ci-build.sh