Skip to content
Snippets Groups Projects
Commit d35f21f1 authored by Meik Selig's avatar Meik Selig
Browse files
parents 1bfa4bcd 060b1cba
No related branches found
No related tags found
1 merge request!9NIIIIIIIIIIIIIIIIIIIIX
image: "alpine:latest"
before_script:
- apk update && apk add make && apk add g++ && apk add afl && apk add afl-gcc && apk add catch2 && apk add bash
test:
stage: test
script:
- make run_test
fuzz:
stage: test
script:
- make fuzz_calc
- ./fuzz_seconds.sh
artifacts:
paths:
- out
build:
stage: build
script:
- make
artifacts:
paths:
- calc
\ No newline at end of file
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