mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 04:32:55 +00:00
Remove sonarcloud from Travis build.
SonarCloud w/ Travis has become busted; removing from build.
This commit is contained in:
parent
fc250d8047
commit
4b9e51635a
13
.travis.yml
13
.travis.yml
@ -44,10 +44,6 @@ matrix:
|
|||||||
- libxnvctrl-dev
|
- libxnvctrl-dev
|
||||||
- libircclient-dev
|
- libircclient-dev
|
||||||
- gawk
|
- gawk
|
||||||
sonarcloud:
|
|
||||||
organization: brndnmtthws-github
|
|
||||||
token:
|
|
||||||
secure: KikPusy+HXcEVLr0Dqb6mkrefDU5jm7EGQ5fwO4sBG7bRMcnHV3V14s5yB4Ol8btpUC0nkNn/41+f37lkG+oT4y9ZeIH2ZrhsSEHxOgH6DF9ZSVJwtpLrF9siWgfZ0m5c5V7U5rzVYL3jlO1hQfXKCfMNAcwlKcEUrfpk7jVEZc=
|
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
|
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -211,18 +207,11 @@ before_script:
|
|||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- |
|
- make -j4
|
||||||
if [ "$CXX" = "clang++-7" ] ; then
|
|
||||||
build-wrapper-linux-x86-64 --out-dir bw-output make -j4 ;
|
|
||||||
else
|
|
||||||
make -j4 ;
|
|
||||||
fi
|
|
||||||
- make test
|
- make test
|
||||||
- if [ "$CXX" = "clang++-7" ] ; then make test-conky-coverage-txt ; fi
|
- if [ "$CXX" = "clang++-7" ] ; then make test-conky-coverage-txt ; fi
|
||||||
- cd ../build-no-x11
|
- cd ../build-no-x11
|
||||||
- make -j4
|
- make -j4
|
||||||
- cd ..
|
|
||||||
- if [ "$CXX" = "clang++-7" -a ! -z "$SONAR_TOKEN" ] ; then sonar-scanner ; fi
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user