Skip to content

Commit

Permalink
Update: run basic setup on FreeBSD 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Apr 4, 2021
1 parent f6a1ca9 commit 55b7e7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
freebsd_instance:
image_family: freebsd-13-0

task:
provision_script:
- pkg install -y go git
script:
- go mod tidy
- go mod verify
- go mod vendor -v
- go build

0 comments on commit 55b7e7e

Please sign in to comment.