Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
d6128861
Commit
d6128861
authored
Dec 06, 2017
by
PRUVOST Florent
Browse files
check sonar
parent
a9a0b9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d6128861
...
...
@@ -31,8 +31,7 @@ starpu_cuda_mpi:
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee ../chameleon-build-starpu.log
|| /usr/bin/true)
| tee ../chameleon-build-starpu.log)xs
-
lcov --directory build --capture --output-file chameleon_starpu_mpi.lcov
-
(cd build &&
make install | tee -a ../chameleon-build-starpu.log &&
...
...
@@ -58,8 +57,7 @@ starpu_simgrid:
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee ../chameleon-build-starpu-simgrid.log
|| /usr/bin/true)
| tee ../chameleon-build-starpu-simgrid.log)
-
lcov --directory build --capture --output-file chameleon_starpu_simgrid.lcov
-
(cd build &&
make install | tee -a ../chameleon-build-starpu-simgrid.log &&
...
...
@@ -84,8 +82,7 @@ quark:
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee ../chameleon-build-quark.log
|| /usr/bin/true)
| tee ../chameleon-build-quark.log)
-
lcov --directory build --capture --output-file chameleon_quark.lcov
-
(cd build &&
make install | tee -a ../chameleon-build-quark.log &&
...
...
@@ -113,8 +110,8 @@ sonar:
-o $PWD/chameleon.lcov
-
lcov_cobertura.py chameleon.lcov --output chameleon-coverage.xml
-
./tools/analysis.sh
only
:
-
master@solverstack/chameleon
#
only:
#
- master@solverstack/chameleon
doc
:
stage
:
doc
...
...
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