Newer
Older
- final
compile-job:
stage: build
script:
- echo "Compiling the project..."
deploy-job:
stage: deploy
script:
- echo "Deploying..."
- cd c-check
- doxygen -g
- doxygen Doxyfile
- final
compile-job:
stage: build
script:
- echo "Compiling the project..."
deploy-job:
stage: deploy
script:
- echo "Deploying..."
- cd c-check
- doxygen -g
- doxygen Doxyfile