gotty/.github/workflows/main.yaml

25 lines
331 B
YAML
Raw Permalink Normal View History

2021-04-22 19:50:52 +00:00
name: Go
on:
2021-06-03 19:35:00 +00:00
- push
2021-04-22 19:50:52 +00:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: make test
- name: Build
run: make tools cross_compile