Skip to content
Snippets Groups Projects
Commit 3b1c87bd authored by Florentin Noguès's avatar Florentin Noguès
Browse files

Pipeline

parent c2794517
Branches
Tags
No related merge requests found
Pipeline #355479 failed with stages
in 27 seconds
stages:
- doc
- test
pages:
......@@ -13,4 +14,19 @@ pages:
paths:
- public
only:
- main
\ No newline at end of file
- main
unit_test:
image: alpine
stage: test
script:
- apk update
- apk add build-base make valgrind
- make
- ./test/test-level.sh 1 ../echecs.sh
- ./test/test-level.sh 2 ../echecs.sh
- ./test/test-level.sh 3 ../echecs.sh
- ./test/test-level.sh 4 ../echecs.sh
artifacts:
paths:
- echecs
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment