aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/freebsd.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
deleted file mode 100644
index 09db34a0..00000000
--- a/.builds/freebsd.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-image: freebsd/latest
-packages:
- - golangci-lint
- - go
-tasks:
- - build: |
- cd furgit
- go build
- - test-sha256: |
- cd furgit
- go test -v ./...
- - test-sha1: |
- cd furgit
- go test -v -tags sha1 ./...
- - test-race-sha256: |
- cd furgit
- go test -race -v ./...
- - test-race-sha1: |
- cd furgit
- go test -race -v -tags sha1 ./...
- - test-purego-sha256: |
- cd furgit
- go test -v -tags purego ./...
- - lint: |
- cd furgit
- golangci-lint run ./...
- - vet: |
- cd furgit
- go vet ./...