Skip to content
Snippets Groups Projects
Commit 03dbcf60 authored by Boman Romain's avatar Boman Romain
Browse files

move doxygen to build stage

parent 200f264f
No related branches found
No related tags found
1 merge request!47Gitlab CI
Pipeline #422 passed
......@@ -10,19 +10,20 @@ build_gcc:
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
- make dox
artifacts:
paths:
- build/bin/
doxygen:
image: rboman/waves
stage: test
script:
- cd build
- make dox
artifacts:
paths:
- doxygen/
# doxygen:
# image: rboman/waves
# stage: test
# script:
# - cd build
# - make dox
# artifacts:
# paths:
# - doxygen/
ctest:
image: rboman/waves
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment