Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
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
Container Registry
Model registry
Operate
Environments
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
libmtime
Commits
ac920bb5
Commit
ac920bb5
authored
9 months ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
CI: do not check the experimental and incomplete HL interface
parent
28856bd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!32
Optionally disable the Fortran high-level interface
Pipeline
#70444
passed
9 months ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
ac920bb5
...
...
@@ -109,7 +109,7 @@ include:
CFLAGS
:
-g -O2
FC
:
gfortran
FCFLAGS
:
-g -O2
CONFIG_EXTRA_ARGS
:
CONFIG_EXTRA_ARGS
:
--disable-fortran-hl
LIBCHEK_ROOT
:
${CI_PROJECT_DIR}/libcheck
LIBCHECK_URL
:
https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz
LIBCHECK_SHA256
:
a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a
...
...
@@ -151,7 +151,7 @@ gcc11_pedantic:
extends
:
.common
script
:
# The examples are too broken:
-
./configure --disable-examples
-
./configure --disable-examples
${CONFIG_EXTRA_ARGS}
# The configuration fails with all warnings enabled and -Werror. Therefore,
# we extend the flags at the build time:
-
>-
...
...
@@ -178,7 +178,6 @@ nvhpc:
variables
:
CC
:
nvc
FC
:
nvfortran
CONFIG_EXTRA_ARGS
:
--disable-examples
before_script
:
-
!reference
[
.common
,
before_script
]
-
module load nvhpc/22.5-gcc-11.2.0
...
...
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