Skip to content
Snippets Groups Projects

Gitlab CI

Merged Boman Romain requested to merge gitlab-ci into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -6,6 +6,8 @@ build_gcc:
image: rboman/waves
stage: build
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/mkl/bin/tbbvars.sh intel64
- printenv
- rm -rf build workspace
- mkdir build
@@ -32,6 +34,8 @@ ctest:
image: rboman/waves
stage: test
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/mkl/bin/tbbvars.sh intel64
- cd build
- ctest -j 4 #--verbose
Loading