Skip to content
Snippets Groups Projects
Commit 06ed32d0 authored by Markus Strømme's avatar Markus Strømme
Browse files

Add new file

parent c8e88f19
No related branches found
No related tags found
No related merge requests found
Pipeline #187692 failed
image: archlinux:latest
stages:
-fuzzing
fuzzing-testing:
stage: fuzzing
script:
- pacman -Sy make --noconfirm
- pacman -Sy cmake --noconfirm
- pacman -Sy clang --noconfirm
- mkdir build
- cd build
- CC=clang cmake ..
- make
- ./test/utility_fuzzer_test -max_total_time=60
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment