Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
def07e3f
Commit
def07e3f
authored
May 15, 2017
by
Ansgar Burchardt
Browse files
CI: use duneci-install-module and duneci-standard-test
parent
7c5d74b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
def07e3f
---
# Install external dependencies
before_script
:
-
pushd /duneci/modules
-
git clone https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
-
dunecontrol --opts=/duneci/opts.gcc --only=dune-solvers all
-
popd
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
dune:git--clang:
image
:
duneci/dune:git
script
:
-
dunecontrol --opts=/duneci/opts.clang --current all
-
dunecontrol --current make build_tests
-
dunecontrol --current make test
script
:
duneci-standard-test --opts=/duneci/opts.clang
dune:git--gcc:
image
:
duneci/dune:git
script
:
-
dunecontrol --opts=/duneci/opts.gcc --current all
-
dunecontrol --current make build_tests
-
dunecontrol --current make test
script
:
duneci-standard-test
Write
Preview
Supports
Markdown
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