Skip to content
Snippets Groups Projects
Commit 0cded804 authored by Kerstin Ronneberger's avatar Kerstin Ronneberger
Browse files

try singularity

parent 145685bb
No related branches found
No related tags found
No related merge requests found
Pipeline #2492 failed
......@@ -24,8 +24,10 @@ build-gcc64:
paths:
- /builds/mpim-sw/cdo
expire_in: 5min
only:
- gitlab-ci
tags:
- xen, mistral
- singularity, mistral
check-gcc64:
stage: check
......@@ -35,8 +37,10 @@ check-gcc64:
script:
- module load gcc/6.4.0
- cd gcc64 && make check
only:
- gitlab-ci
tags:
- xen, mistral
- singularity, mistral
build-intel18:
stage: build
......@@ -52,8 +56,10 @@ build-intel18:
paths:
- /builds/mpim-sw/cdo
expire_in: 5min
only:
- gitlab-ci
tags:
- xen, mistral
- singularity, mistral
check-intel18:
stage: check
......@@ -63,5 +69,7 @@ check-intel18:
script:
- module load gcc/6.4.0 intel
- cd intel18 && make check
only:
- gitlab-ci
tags:
- xen, mistral
- singularity, mistral
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