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 3820201
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
freebsd_instance:
image_family: freebsd-13-0

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

0 comments on commit 3820201

Please sign in to comment.