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
d863b947
Commit
d863b947
authored
Sep 23, 2016
by
Ansgar Burchardt
Browse files
Add `duneci-standard-test` script
This should allow to decrease duplication in most `.gitlab-ci.yml` files.
parent
b45aa48d
Changes
4
Hide whitespace changes
Inline
Side-by-side
base-16.04/Dockerfile
View file @
d863b947
...
...
@@ -45,3 +45,4 @@ ENV PATH=/duneci/bin:$PATH
COPY
opts.clang opts.gcc /duneci/
COPY
duneci-ctest /duneci/bin/
COPY
duneci-install-module /duneci/bin/
COPY
duneci-standard-test /duneci/bin/
base-8/Dockerfile
View file @
d863b947
...
...
@@ -45,3 +45,4 @@ ENV PATH=/duneci/bin:$PATH
COPY
opts.clang opts.gcc /duneci/
COPY
duneci-ctest /duneci/bin/
COPY
duneci-install-module /duneci/bin/
COPY
duneci-standard-test /duneci/bin/
base-9/Dockerfile
View file @
d863b947
...
...
@@ -45,3 +45,4 @@ ENV PATH=/duneci/bin:$PATH
COPY
opts.clang opts.gcc /duneci/
COPY
duneci-ctest /duneci/bin/
COPY
duneci-install-module /duneci/bin/
COPY
duneci-standard-test /duneci/bin/
base-common/duneci-standard-test
0 → 100755
View file @
d863b947
#! /bin/bash
set
-e
set
-u
if
[[
-n
"
${
DUNECI_OPTS
:-}
"
]]
;
then
set
--
--opts
=
"
${
DUNECI_OPTS
}
"
"
${
@
}
"
fi
set
-x
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