Skip to content

Commit

Permalink
.cirrus.yml: add FreeBSD 13.0 task
Browse files Browse the repository at this point in the history
Keep the FreeBSD 12.2 task for now.
  • Loading branch information
tklauser committed Aug 13, 2021
1 parent 922001a commit d99bb40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ freebsd_12_task:
bin/go1.16.7 download
build_script: bin/go1.16.7 build -v ./...
test_script: bin/go1.16.7 test -race ./...

freebsd_13_task:
freebsd_instance:
image_family: freebsd-13-0
install_script: |
pkg install -y git go
GOBIN=$PWD/bin go get golang.org/dl/go1.16.7
bin/go1.16.7 download
build_script: bin/go1.16.7 build -v ./...
test_script: bin/go1.16.7 test -race ./...

0 comments on commit d99bb40

Please sign in to comment.