mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 04:10:18 +01:00
Remove fuzzit
This commit is contained in:
parent
ffb2cf0011
commit
580cd8d978
1 changed files with 2 additions and 12 deletions
14
.travis.yml
14
.travis.yml
|
@ -9,6 +9,8 @@ services:
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
|
- 1.14.x
|
||||||
|
- 1.15.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -23,18 +25,6 @@ install:
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- stage: Fuzz regression
|
|
||||||
go: 1.13.x
|
|
||||||
dist: bionic
|
|
||||||
script: ./fuzzit.sh local-regression
|
|
||||||
- stage: Fuzz
|
|
||||||
if: branch = master AND type IN (push)
|
|
||||||
go: 1.13.x
|
|
||||||
dist: bionic
|
|
||||||
script: ./fuzzit.sh fuzzing
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mkdir -p release
|
- mkdir -p release
|
||||||
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags -a -tags netgo -ldflags '-s -w -extldflags -static' -o release/transfersh-$TRAVIS_TAG-linux-amd64"
|
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags -a -tags netgo -ldflags '-s -w -extldflags -static' -o release/transfersh-$TRAVIS_TAG-linux-amd64"
|
||||||
|
|
Loading…
Reference in a new issue