Newer
Older
default:
image: gcc:latest
stages:
- build
- test
- final
compile-job:
stage: build
script:
- echo "Compiling the project..."
- gcc -c c-check/test_interval.c
- gcc -o test_interval interval.o test_interval.o -lcheck -lm -lsubunit