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

yaml

parent 26fd6cba
No related branches found
No related tags found
No related merge requests found
Pipeline #140890 failed
job:
tags:
-ci
script:
-clang -g -O1 -fsanitize=fuzzer,address fuzz_target.cc c_script.c && ./a_out -max_total_time=10
\ No newline at end of file
stages:
-build
-test
build:
stage: build
script:
-clang -g -O1 -fsanitize=fuzzer,address fuzz_target.cc c_script.c
test:
stage: test
script:
-./a_out -max_total_time=10
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