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
AGULLO Emmanuel
Chameleon
Commits
55eef0b0
Commit
55eef0b0
authored
Oct 04, 2017
by
PRUVOST Florent
Browse files
fix job test_starpu
parent
611d6960
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
55eef0b0
...
@@ -33,7 +33,6 @@ test_starpu:
...
@@ -33,7 +33,6 @@ test_starpu:
script
:
script
:
-
source .gitlab-ci-env.sh
-
source .gitlab-ci-env.sh
-
git submodule update --init --recursive
-
git submodule update --init --recursive
STARPU_SILENT=1 ctest --no-compress-output || /usr/bin/true
-
(cd build && STARPU_SILENT=1 ctest --no-compress-output -R test_shm_s || /usr/bin/true && ctest --no-compress-output -R mpi_s || /usr/bin/true)
-
(cd build && STARPU_SILENT=1 ctest --no-compress-output -R test_shm_s || /usr/bin/true && ctest --no-compress-output -R mpi_s || /usr/bin/true)
-
find -name "*.gcda" | xargs tar cvjf coverage.tar.bz2
-
find -name "*.gcda" | xargs tar cvjf coverage.tar.bz2
...
...
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