Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -9,4 +9,9 @@ build:
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
- ctest -j 4 --verbose
- ctest -j 4 #--verbose
artifacts:
paths:
- build/bin/
\ No newline at end of file
Loading