Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Core Modules
dune-istl
Commits
95c7ef8c
Commit
95c7ef8c
authored
4 years ago
by
Andreas Dedner
Browse files
Options
Downloads
Patches
Plain Diff
use the dune docker registry for the python and 'with-checking' ci test
parent
24e970c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!431
use the dune docker registry for the python and 'with-checking' ci test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
95c7ef8c
...
...
@@ -20,7 +20,7 @@ variables:
OMP_NUM_THREADS
:
1
debian-11-gcc-9-17-python
:
image
:
dune
ci/debian:11
image
:
registry.dune-project.org/docker/
ci/debian:11
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
gcc-9-17
...
...
@@ -31,7 +31,7 @@ debian-11-gcc-9-17-python:
DUNE_PY_DIR
:
/duneci/modules/dune-py
# during dune-py build this variable is used - do know a way to access
# the CMAKE_FLAGS used to build the modules...
DUNE_CMAKE_FLAGS
:
"
CC=gcc-9
CXX=g++
-9
-DCMAKE_CXX_FLAGS='-std=c++17
-O2
-g
-Wall
-fdiagnostics-color=always'
-DDUNE_ENABLE_PYTHONBINDINGS=ON
-DDUNE_MAX_TEST_CORES=4
-DBUILD_SHARED_LIBS=TRUE
-DDUNE_PYTHON_INSTALL_LOCATION=none
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_Vc=TRUE
-DCMAKE_DISABLE_DOCUMENTATION=TRUE"
DUNE_CMAKE_FLAGS
:
"
-DCMAKE_CXX_COMPILER=g++-9
-DCMAKE_C_COMPILER=gcc
-9
-DCMAKE_CXX_FLAGS='-std=c++17
-O2
-g
-Wall
-fdiagnostics-color=always'
-DDUNE_ENABLE_PYTHONBINDINGS=ON
-DDUNE_MAX_TEST_CORES=4
-DBUILD_SHARED_LIBS=TRUE
-DDUNE_PYTHON_INSTALL_LOCATION=none
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE
-DCMAKE_DISABLE_FIND_PACKAGE_Vc=TRUE
-DCMAKE_DISABLE_DOCUMENTATION=TRUE"
# cmake flags we use for all dune moudle - important is that build shared libs is set (need some better way of doing this)
DUNECI_CMAKE_FLAGS
:
$DUNE_CMAKE_FLAGS
# finally set the python path to all modules
...
...
@@ -39,7 +39,7 @@ debian-11-gcc-9-17-python:
tags
:
[
duneci
]
debian-11-gcc-9-17-with-checking
:
image
:
dune
ci/debian:11
image
:
registry.dune-project.org/docker/
ci/debian:11
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
gcc-9-17
...
...
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