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
d0f3acb1
Commit
d0f3acb1
authored
Oct 10, 2017
by
PRUVOST Florent
Browse files
fix coverage archives
parent
aa83eca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d0f3acb1
...
@@ -9,7 +9,7 @@ build_starpu:
...
@@ -9,7 +9,7 @@ build_starpu:
stage
:
build
stage
:
build
artifacts
:
artifacts
:
name
:
starpu_build
name
:
starpu_build
expire_in
:
4
2 minute
s
expire_in
:
4
8 hour
s
paths
:
paths
:
-
build
-
build
-
chameleon-build.log
-
chameleon-build.log
...
@@ -26,7 +26,7 @@ build_quark:
...
@@ -26,7 +26,7 @@ build_quark:
stage
:
build
stage
:
build
artifacts
:
artifacts
:
name
:
quark_build
name
:
quark_build
expire_in
:
4
2 minute
s
expire_in
:
4
8 hour
s
paths
:
paths
:
-
build
-
build
-
chameleon-build.log
-
chameleon-build.log
...
@@ -45,7 +45,7 @@ test_starpu:
...
@@ -45,7 +45,7 @@ test_starpu:
-
build_starpu
-
build_starpu
artifacts
:
artifacts
:
name
:
starpu_test
name
:
starpu_test
expire_in
:
4
2 minute
s
expire_in
:
4
8 hour
s
paths
:
paths
:
-
coverage_starpu.tar.bz2
-
coverage_starpu.tar.bz2
script
:
script
:
...
@@ -60,7 +60,7 @@ test_quark:
...
@@ -60,7 +60,7 @@ test_quark:
-
build_quark
-
build_quark
artifacts
:
artifacts
:
name
:
starpu_test
name
:
starpu_test
expire_in
:
4
2 minute
s
expire_in
:
4
8 hour
s
paths
:
paths
:
-
coverage_quark.tar.bz2
-
coverage_quark.tar.bz2
script
:
script
:
...
@@ -87,7 +87,8 @@ sonar:
...
@@ -87,7 +87,8 @@ sonar:
-
sonar.log
-
sonar.log
script
:
script
:
-
source .gitlab-ci-env.sh
-
source .gitlab-ci-env.sh
-
tar xvjf coverage.tar.bz2
-
tar xvjf coverage_starpu.tar.bz2
-
tar xvjf coverage_quark.tar.bz2
-
./tools/analysis.sh
-
./tools/analysis.sh
only
:
only
:
-
master
-
master
...
...
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