Skip to content
Snippets Groups Projects
Commit 8f32cf6d authored by Jacob Theisen's avatar Jacob Theisen
Browse files

yaml

parent 9aa1457e
No related branches found
No related tags found
No related merge requests found
Pipeline #140928 failed with stage
in 31 seconds
......@@ -6,7 +6,7 @@ test:
image: ubuntu:latest
script:
- echo "installing clang"
- apt update && apt install clang-9 -y
- apt update && apt install clang -y
- echo "build done, clang installed"
- echo "compiling"
- clang -g -O1 -fsanitize=fuzzer,address ./fuzz_target.cc ./c_script.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment