Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libfortran-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libfortran-support
Commits
cbe013de
Commit
cbe013de
authored
7 months ago
by
Pradipta Samanta
Browse files
Options
Downloads
Patches
Plain Diff
added the default part in gitlab-ci
parent
1989c703
Branches
feature-pdt
No related tags found
1 merge request
!96
Draft: Trying out parameterized derived data types
Pipeline
#81713
passed
7 months ago
Stage: lint
Stage: build_and_test
Stage: build_OpenACC
Stage: coverage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
1
View file @
cbe013de
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment