Skip to content
Snippets Groups Projects

Gitlab CI

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