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
050b8e7c
Commit
050b8e7c
authored
Dec 09, 2016
by
Dion Haefner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run tests in parallel
parent
296d35c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
050b8e7c
...
...
@@ -14,7 +14,7 @@ build:main:
script
:
-
./dune-common/bin/dunecontrol --only=dorie all
-
export PATH=/opt/dune/dorie/build-cmake/bin:$PATH
-
ARGS="--output-on-failure" ./dune-common/bin/dunecontrol --only=dorie make test
-
ARGS="--output-on-failure
-j 2
" ./dune-common/bin/dunecontrol --only=dorie make test
-
./dune-common/bin/dunecontrol --only=dorie make doc
stage
:
build
artifacts
:
...
...
@@ -29,7 +29,7 @@ build:update_dune:
-
./dune-common/bin/dunecontrol exec "rm -rf build-cmake"
-
./dune-common/bin/dunecontrol all
-
export PATH=/opt/dune/dorie/build-cmake/bin:$PATH
-
ARGS="--output-on-failure" ./dune-common/bin/dunecontrol --only=dorie make test
-
ARGS="--output-on-failure
-j 2
" ./dune-common/bin/dunecontrol --only=dorie make test
stage
:
build
deploy:docs:
...
...
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