Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 10
9
Compare changes
  • Side-by-side
  • Inline
+ 10
9
@@ -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
Loading