Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
c57c5580
Commit
c57c5580
authored
Sep 30, 2018
by
Praetorius, Simon
Browse files
gitlab ci script updated
parent
7bd6ff1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c57c5580
---
cache
:
paths
:
-
install/
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
dune:git--gcc:
image
:
mathiwr/dune:latest
debian:10 gcc-8-17
:
image
:
registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script
:
-
duneci-standard-test
-
dunecontrol --current make examples
debian:10 clang-6-libcpp-17
:
image
:
registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-6-libcpp-17
script
:
-
duneci-standard-test
-
dunecontrol --current make examples
debian:9 gcc-6-14
:
image
:
registry.dune-project.org/docker/ci/dune:2.6-debian-9-gcc-6-14
script
:
-
duneci-standard-test
-
dunecontrol --current make examples
ubuntu:18.04 clang-6-17
:
image
:
registry.dune-project.org/docker/ci/dune:2.6-ubuntu-18.04-clang-6-17
script
:
-
dunecontrol --current all
-
dunecontrol --current make build_tests
-
dunecontrol --current make test
only
:
-
develop
-
duneci-standard-test
-
dunecontrol --current make examples
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