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: ...@@ -4,6 +4,7 @@ default:
stages: stages:
- build - build
- test - test
- deploy
- final - final
compile-job: compile-job:
...@@ -26,6 +27,16 @@ test-job: ...@@ -26,6 +27,16 @@ test-job:
dependencies: dependencies:
- compile-job - 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: final-job:
stage: final stage: final
script: 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