Skip to content

Commit

Permalink
Merge pull request #202 from Luzilla/ci-freebsd
Browse files Browse the repository at this point in the history
Chore(ci): update freebsd image on cirrus
  • Loading branch information
till authored Mar 8, 2024
2 parents 21a7bda + a9eef86 commit 8e2cb6c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
freebsd_instance:
image_family: freebsd-13-0
image_family: freebsd-14-0

task:
provision_script:
- pkg install -y lang/go git-lite
- pkg install -y lang/go git-lite
script:
- uname -a
- go mod tidy
- go mod verify
- go mod vendor -v
- go build ./dnsbl_exporter.go
- ./dnsbl_exporter -h
- uname -a
- go mod tidy
- go mod verify
- go mod vendor -v
- go build ./dnsbl_exporter.go
- ./dnsbl_exporter -h

0 comments on commit 8e2cb6c

Please sign in to comment.