appvm/.github/workflows/ubuntu.yml

17 lines
218 B
YAML
Raw Normal View History

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