gostations/.gitea/workflows/build.yml
Greg Gauthier 505e25189e
All checks were successful
gobuild / build (push) Successful in 27s
fix typos
2024-07-21 18:50:08 +00:00

27 lines
472 B
YAML

name: gobuild
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: golang-latest
steps:
- 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 .
&& ls -la
- name: Linux Build
run:
./ci-build.sh