Skip to content
Snippets Groups Projects
Commit cbe013de authored by Pradipta Samanta's avatar Pradipta Samanta
Browse files

added the default part in gitlab-ci

parent 1989c703
Branches feature-pdt
No related tags found
1 merge request!96Draft: Trying out parameterized derived data types
Pipeline #81713 passed
......@@ -38,6 +38,8 @@ variables:
nag:
stage: build_and_test
extends:
- .default
before_script:
- . /sw/etc/profile.levante && module use /sw/spack-levante/spack/modules && module list
script:
......@@ -54,6 +56,8 @@ nag:
gcc11:
stage: build_and_test
extends:
- .default
before_script:
- . /sw/etc/profile.levante && module use /sw/spack-levante/spack/modules && module list
script:
......@@ -69,6 +73,8 @@ gcc11:
intel22:
stage: build_and_test
extends:
- .default
before_script:
- . /sw/etc/profile.levante && module use /sw/spack-levante/spack/modules && module list
script:
......@@ -84,6 +90,8 @@ intel22:
nvhpc:
stage: build_and_test
extends:
- .default
before_script:
- . /sw/etc/profile.levante && module use /sw/spack-levante/spack/modules && module list
script:
......@@ -99,6 +107,8 @@ nvhpc:
OpenACC:
stage: build_OpenACC
extends:
- .default
before_script:
- . /sw/etc/profile.levante && module use /sw/spack-levante/spack/modules && module list
script:
......@@ -160,7 +170,6 @@ Check Style:
before_script:
# install the formatting tools
- pip install fprettify
- fprettify --version
- apk add --no-cache clang-extra-tools
# install packages to configure the project
- apk add --no-cache cmake gfortran
......
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