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
Praetorius, Simon
dune-dec
Commits
7d5104db
Commit
7d5104db
authored
Sep 14, 2017
by
Praetorius, Simon
Browse files
Merge branch 'master' into feature/parallel_grid
parents
768faa46
b0ccd86e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7d5104db
...
...
@@ -23,20 +23,20 @@ variables:
name
:
"
$CI_BUILD_NAME"
expire_in
:
6 h
script
:
-
dunecontrol --opts=gitlab-ci.$COMPILER.opts --current all
-
dunecontrol --opts=gitlab-ci.$COMPILER.opts
--make-opts="-j${DUNECI_PARALLEL:-1}"
--current all
-
cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE $BUILD_DIRECTORY
# test
.test_template
:
&test-definition
stage
:
test
script
:
-
cmake --build $BUILD_DIRECTORY --target check
-
cmake --build $BUILD_DIRECTORY --target check
-- -j${DUNECI_PARALLEL:-1}
# demo
.demo_template
:
&demo-definition
stage
:
demo
script
:
-
cmake --build $BUILD_DIRECTORY --target examples
-
cmake --build $BUILD_DIRECTORY --target examples
-- -j${DUNECI_PARALLEL:-1}
# ------------------------------------------------------------------------------
# setup
...
...
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