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: ...@@ -18,7 +18,6 @@ compile-job:
test-job: test-job:
stage: test stage: test
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
...@@ -32,13 +31,12 @@ pages: ...@@ -32,13 +31,12 @@ pages:
script: script:
- echo "Deploying..." - echo "Deploying..."
- cd c-check - cd c-check
- doxygen -g - doxygen -g
- doxygen Doxyfile - doxygen Doxyfile
- mv html public - mv html ../public
artifacts: artifacts:
paths: paths:
- public/ - public
final-job: final-job:
stage: final 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