1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Remove sonarcloud from Travis build.

SonarCloud w/ Travis has become busted; removing from build.
This commit is contained in:
Brenden Matthews 2019-02-25 16:35:42 -05:00
parent fc250d8047
commit 4b9e51635a

View File

@ -44,10 +44,6 @@ matrix:
- libxnvctrl-dev
- libircclient-dev
- gawk
sonarcloud:
organization: brndnmtthws-github
token:
secure: KikPusy+HXcEVLr0Dqb6mkrefDU5jm7EGQ5fwO4sBG7bRMcnHV3V14s5yB4Ol8btpUC0nkNn/41+f37lkG+oT4y9ZeIH2ZrhsSEHxOgH6DF9ZSVJwtpLrF9siWgfZ0m5c5V7U5rzVYL3jlO1hQfXKCfMNAcwlKcEUrfpk7jVEZc=
env:
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
- os: linux
@ -211,18 +207,11 @@ before_script:
fi
script:
- cd build
- |
if [ "$CXX" = "clang++-7" ] ; then
build-wrapper-linux-x86-64 --out-dir bw-output make -j4 ;
else
make -j4 ;
fi
- make -j4
- make test
- if [ "$CXX" = "clang++-7" ] ; then make test-conky-coverage-txt ; fi
- cd ../build-no-x11
- make -j4
- cd ..
- if [ "$CXX" = "clang++-7" -a ! -z "$SONAR_TOKEN" ] ; then sonar-scanner ; fi
branches:
only:
- master