Remove gitlab ci

This commit is contained in:
Andy Wang 2020-10-16 14:11:13 +01:00
parent 6c81bfc726
commit 36bf0c919f
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
image: golang:latest
stages:
- fuzz
include:
- template: Coverage-Fuzzing.gitlab-ci.yml
multiplex_fuzz:
extends: .fuzz_base
image: registry.gitlab.com/gitlab-org/security-products/analyzers/gitlab-cov-fuzz/golang:1.12-buster-llvm9
script:
- pushd internal/multiplex
- go-fuzz-build -libfuzzer -o multiplex_fuzz.a .
- clang -fsanitize=fuzzer multiplex_fuzz.a -o multiplex_fuzz
- popd
- ./gitlab-cov-fuzz run --regression=$REGRESSION -- ./internal/multiplex/multiplex_fuzz