Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
dkrz-sw
YAC
Commits
199a8da6
Commit
199a8da6
authored
3 weeks ago
by
Moritz Hanke
Committed by
Sergey Kosukhin
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
adds gitlab CI job for disabled Fortran bindings
parent
7f53c95a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+39
-0
39 additions, 0 deletions
.gitlab-ci.yml
with
39 additions
and
0 deletions
.gitlab-ci.yml
+
39
−
0
View file @
199a8da6
...
...
@@ -816,6 +816,45 @@ test_levante_gcc_disable_netcdf:
-
"
**/test-suite.log"
expire_in
:
30min
test_levante_gcc_disable_fortran
:
stage
:
test
needs
:
-
build_externals_levante_gcc
-
setup_python_levante_gcc
extends
:
-
.init_build_levante_gcc
-
.init_externals
-
.init_python
-
.check_warnings
variables
:
CFLAGS
:
-O2 -g -Wall
FCFLAGS
:
-O2 -g -Wall
script
:
-
test -f ./configure || ./autogen.sh
-
>
./configure
--disable-mpi-checks
--disable-silent-rules
--enable-concurrent-mpi-tests
--disable-fortran-bindings
--with-external-mtime
--with-fyaml-root=/sw/spack-levante/libfyaml-0.7.12-fvbhgo
--with-mtime-root=$EXTERNALS_DIR/mtime
--with-netcdf-root=/sw/spack-levante/netcdf-c-4.8.1-6qheqr
--with-yaxt-root=$EXTERNALS_DIR/yaxt
MKL_CFLAGS="`pkg-config --cflags mkl-static-lp64-seq`"
MKL_CLIBS="`pkg-config --libs mkl-static-lp64-seq`"
-
make --output-sync=target check AM_COLOR_TESTS=no TESTS= 2> >(tee $CHECK_WARNINGS_FILE)
-
make --silent --keep-going check
-
*check_warning_script
-
*check_untracked
artifacts
:
when
:
on_failure
paths
:
-
config.log
-
"
**/test-suite.log"
expire_in
:
30min
test_levante_gcc_openmp
:
stage
:
test
needs
:
...
...
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