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

1

parent f32dcd0b
No related merge requests found
Pipeline #294603 passed with stages
in 29 seconds
......@@ -18,7 +18,6 @@ compile-job:
test-job:
stage: test
script:
- echo "Testing..."
- gcc -c c-check/test_interval.c -lcheck -lm -lsubunit
......@@ -32,13 +31,12 @@ pages:
script:
- echo "Deploying..."
- cd c-check
- doxygen -g
- doxygen -g
- doxygen Doxyfile
- mv html public
- mv html ../public
artifacts:
paths:
- public/
- public
final-job:
stage: final
......
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