Skip to content
Snippets Groups Projects

Version 0.1.0 (setup)

Merged Adrien Crovato requested to merge adri into master
Compare and Show latest version
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -10,6 +10,9 @@ default:
tags:
- mn2l
variables:
GIT_CLONE_PATH: /builds/$CI_PROJECT_PATH/FPM_BUILD/fpm # cannot work in /builds/$CI_PROJECT_PATH
stages:
- .pre
- build
@@ -31,6 +34,10 @@ waves:
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j $(nproc)
artifacts:
paths:
- ../waves/
expire_in: 1 hour
format:
<<: *global_tag_def
@@ -45,6 +52,8 @@ format:
- patches/
expire_in: 1 day
when: on_failure
dependencies:
- waves
allow_failure: true
build:
@@ -59,6 +68,8 @@ build:
paths:
- build/
expire_in: 1 hour
dependencies:
- waves
doxygen:
<<: *global_tag_def
Loading