Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 10
11
Compare changes
  • Side-by-side
  • Inline
+ 10
11
@@ -10,20 +10,19 @@ build_gcc:
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
- make dox
artifacts:
paths:
- build/bin/
- build/
# 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