Skip to content
Snippets Groups Projects
Commit fb19d13f authored by Lasse Ivar Seivaag's avatar Lasse Ivar Seivaag Committed by Lasse Seivaag
Browse files

Update gitlab-ci.yaml

parent 0183115a
No related branches found
No related tags found
No related merge requests found
Pipeline #84794 passed
...@@ -6,6 +6,8 @@ stages: ...@@ -6,6 +6,8 @@ stages:
fuzz: fuzz:
stage: fuzz stage: fuzz
script: script:
- apt install build_essensial clang -y - apt-get update
- apt-get upgrade -y
- apt-get install clang build-essential -y
- clang -g -O1 -fsanitize=fuzzer,address -o fuzztest FuzzTarget.c - clang -g -O1 -fsanitize=fuzzer,address -o fuzztest FuzzTarget.c
- ./fuzztest -only_ascii=1 -max_len=999999 -max_total_time=30 - ./fuzztest -only_ascii=1 -max_len=999999 -max_total_time=30
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment