appvm/.github/workflows/macos.yml

17 lines
223 B
YAML
Raw Permalink Normal View History

2019-12-29 19:21:40 +00:00
name: macOS
on: [push]
jobs:
build:
name: Build
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
2019-12-29 19:28:59 +00:00
- name: Fetch dependencies
2019-12-29 19:31:12 +00:00
run: go get -d ./...
2019-12-29 19:28:59 +00:00
2019-12-29 19:21:40 +00:00
- name: Build
run: go build