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
Ansgar Burchardt
dune-docker
Commits
2e6aaaa3
Verified
Commit
2e6aaaa3
authored
Oct 18, 2016
by
Ansgar Burchardt
Browse files
Use `dunecontrol` from repository (if exists)
This allows using the script for `dune-common` as well.
parent
0caf61b4
Pipeline
#562
passed with stages
in 45 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base-common/duneci-standard-test
View file @
2e6aaaa3
...
...
@@ -7,8 +7,13 @@ if [[ -n "${DUNECI_OPTS:-}" ]]; then
set
--
--opts
=
"
${
DUNECI_OPTS
}
"
"
${
@
}
"
fi
DUNECONTROL
=
dunecontrol
if
[[
-x
bin/dunecontrol
]]
;
then
DUNECONTROL
=
bin/dunecontrol
fi
set
-x
dunecontrol
--current
"
${
@
}
"
all
dunecontrol
--current
make build_tests
${
DUNECONTROL
}
--current
"
${
@
}
"
all
${
DUNECONTROL
}
--current
make build_tests
cd
build-cmake
duneci-ctest
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