Skip to content
Snippets Groups Projects
Commit b3c879ed authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Update .gitlab-ci.yml

parent 618c8f5f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
build-intel: build-intel:
stage: build stage: build
before_script: script:
- module load intel impi mkl cmake anaconda/3/2019.03 - module load intel impi mkl cmake anaconda/3/2019.03
- mkdir build_intel/ - mkdir build_intel/
- cd build_intel/ - cd build_intel/
...@@ -17,7 +17,7 @@ build-intel: ...@@ -17,7 +17,7 @@ build-intel:
- cmake -C ../cmake/toolchains/intel_py.cmake ../ - cmake -C ../cmake/toolchains/intel_py.cmake ../
- make - make
- make install - make install
tags: tags:
- docker - docker
build-gnu: build-gnu:
...@@ -33,7 +33,7 @@ build-gnu: ...@@ -33,7 +33,7 @@ build-gnu:
- cmake -C ../cmake/toolchains/gnu_py.cmake ../ - cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make - make
- make install - make install
tags: tags:
- docker - docker
test-intel: test-intel:
......
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