Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
4741d856
Commit
4741d856
authored
Aug 17, 2017
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: loading dune-env:2.5.1 image now. removed python3 build because image only contains python3
parent
4c78771e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
.gitlab-ci.yml
.gitlab-ci.yml
+1
-13
No files found.
.gitlab-ci.yml
View file @
4741d856
image
:
dorie/dune-env:2.5
image
:
dorie/dune-env:2.5
.1
variables
:
DUNE_CONTROL_PATH
:
/opt/dune:$CI_PROJECT_DIR
...
...
@@ -25,18 +25,6 @@ build:main:
-
$CI_PROJECT_DIR/build-cmake/doc/html/
expire_in
:
1 week
build:python3:
tags
:
-
docker
script
:
-
./dune-common/bin/dunecontrol --only=dune-python exec "rm -rf build-cmake"
-
./dune-common/bin/dunecontrol --only=dune-testtools exec "rm -rf build-cmake"
-
./dune-common/bin/dunecontrol --only=dorie exec "rm -rf build-cmake"
-
CMAKE_FLAGS="-DDUNE_FORCE_PYTHON3=True" MAKE_FLAGS="-j 2" ./dune-common/bin/dunecontrol --module=dorie all
-
export PATH=/opt/dune/dorie/build-cmake/bin:$PATH
-
ARGS="--output-on-failure -j 2" ./dune-common/bin/dunecontrol --only=dorie make test
stage
:
build
build:update_dune:
tags
:
-
docker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment