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

0

parent b591298d
No related merge requests found
Pipeline #294596 passed with stages
in 31 seconds
......@@ -4,6 +4,7 @@ default:
stages:
- build
- test
- deploy
- final
compile-job:
......@@ -26,6 +27,16 @@ test-job:
dependencies:
- compile-job
deploy-job:
stage: deploy
script:
- echo "Deploying..."
- cd c-check
- doxygen -g
- sed -i 's/^HTML_OUTPUT.*/HTML_OUTPUT = public/' Doxyfile
- doxygen Doxyfile
final-job:
stage: final
script:
......
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