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

put whole build folder as artifact

parent 03dbcf60
No related branches found
No related tags found
1 merge request!47Gitlab CI
Pipeline #427 passed
......@@ -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
......
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