Skip to content
Snippets Groups Projects
Commit f24958e5 authored by Boman Romain's avatar Boman Romain
Browse files

test 2 builds

parent b8eea977
No related branches found
No related tags found
1 merge request!47Gitlab CI
Pipeline #471 passed
......@@ -7,7 +7,7 @@ stages:
- build
- test
build_gcc:
full_build:
stage: build
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
......@@ -16,7 +16,6 @@ build_gcc:
- rm -rf build workspace
- mkdir build
- cd build
# - cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- cmake -Wno-dev ..
- make -j 4
artifacts:
......@@ -24,6 +23,18 @@ build_gcc:
- build/
expire_in: 1 hour
build_no_tlnos:
stage: build
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/tbb/bin/tbbvars.sh intel64
- printenv | sort
- rm -rf build workspace
- mkdir build
- cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
- make -j 4
doxygen:
stage: test
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment