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

test "default" section

parent 7dbfba28
No related branches found
Tags flow-v1.5
1 merge request!47Gitlab CI
Pipeline #462 passed
default:
image: rboman/waves
stages:
- build
- test
build_gcc:
image: rboman/waves
stage: build
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
......@@ -20,7 +22,6 @@ build_gcc:
expire_in: 1 hour
doxygen:
image: rboman/waves
stage: test
script:
- cd build
......@@ -31,7 +32,6 @@ doxygen:
expire_in: 1 day
ctest:
image: rboman/waves
stage: test
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
......
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