gostations/.gitea/workflows/build.yml

26 lines
440 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
echo $PATH
echo $GOPATH
which go
go version
- name: Clone Repo
run:
git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
2024-07-21 16:24:03 +00:00
- name: Linux Build
run:
2024-07-21 16:29:16 +00:00
./ci-build.sh