Skip to content
Snippets Groups Projects
Commit b591298d authored by WALTER NOA's avatar WALTER NOA
Browse files

0

parent 7f4c8b43
Branches
No related merge requests found
Pipeline #294594 passed with stages
in 21 seconds
default: default:
image: gcc:latest image: registry.app.unistra.fr/alain/dockers/gcc
stages: stages:
- build - build
...@@ -17,9 +17,7 @@ compile-job: ...@@ -17,9 +17,7 @@ compile-job:
test-job: test-job:
stage: test stage: test
before_script:
- apt-get update
- apt-get install -y check
script: script:
- echo "Testing..." - echo "Testing..."
- gcc -c c-check/test_interval.c -lcheck -lm -lsubunit - gcc -c c-check/test_interval.c -lcheck -lm -lsubunit
......
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