Skip to content
Snippets Groups Projects
Commit 857c8a28 authored by Håkon Harnes's avatar Håkon Harnes
Browse files

Add .gitlab-ci.yml

parent 7432f88a
No related branches found
No related tags found
No related merge requests found
Pipeline #85164 failed
image: ubuntu:latest
stages:
- test
test:
stage: test
script:
- apt-get update
- apt-get upgrade -y
- apt-get install clang build-essential -y
- cd build
- CC=clang cmake ..
- make
- ./tests/str_format_fuzzer_test -max_total_time=60
\ 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