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
Toggle navigation
Open sidebar
Ansgar Burchardt
dune-docker
Commits
76b36973
Verified
Commit
76b36973
authored
Jul 12, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: Update examples.
parent
0eb8f4db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
README.md
README.md
+16
-12
No files found.
README.md
View file @
76b36973
...
...
@@ -29,17 +29,19 @@ before_script:
To build with several images:
```
---
dune:2.
3
--gcc:
image: duneci/dune:2.
3
dune:2.
4
--gcc:
image: duneci/dune:2.
4
script:
-
configure
-
build
-
dunecontrol --current all
-
dunecontrol --current make build_tests
-
cd build-cmake; duneci-ctest
dune:2.
3
--clang:
image: duneci/dune:2.
3
dune:2.
4
--clang:
image: duneci/dune:2.
4
script:
-
configure CXX=/usr/bin/clang++
-
build
-
dunecontrol --current --opts=/duneci/opts.clang all
-
dunecontrol --current make build_tests
-
cd build-cmake; duneci-ctest
```
You can also specify a default image and use it in several jobs:
...
...
@@ -50,13 +52,15 @@ image: duneci/dune:2.4
dune:2.4--gcc:
script:
-
configure
-
build
-
dunecontrol --current all
-
dunecontrol --current make build_tests
-
cd build-cmake; duneci-ctest
dune:2.4--clang:
script:
-
configure CXX=/usr/bin/clang++
-
build
-
dunecontrol --current --opts=/duneci/opts.clang all
-
dunecontrol --current make build_tests
-
cd build-cmake; duneci-ctest
```
Updating gitlab-runner
...
...
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