Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -14,7 +14,8 @@ build_gcc:
- rm -rf build workspace
- mkdir build
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
# - cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- cmake -Wno-dev ..
- make -j 4
artifacts:
paths:
Loading