Skip to content
Snippets Groups Projects
Commit 060b1cba authored by Damian Puente's avatar Damian Puente
Browse files

Merge branch 'master' into 'master'

CI build + tests + fuzzing

See merge request !8
parents d1d2e700 1030a558
No related branches found
No related tags found
1 merge request!8CI build + tests + fuzzing
Pipeline #27421 passed
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