1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

Sonar build fixes. (#494)

This commit is contained in:
Brenden Matthews 2018-05-13 10:20:27 -04:00 committed by GitHub
parent 43aa89957b
commit 5ac0cfd1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,6 @@ matrix:
- libimlib2-dev
- libxinerama-dev
- gawk
sonarcloud:
organization: "brndnmtthws-github"
token:
secure: "KikPusy+HXcEVLr0Dqb6mkrefDU5jm7EGQ5fwO4sBG7bRMcnHV3V14s5yB4Ol8btpUC0nkNn/41+f37lkG+oT4y9ZeIH2ZrhsSEHxOgH6DF9ZSVJwtpLrF9siWgfZ0m5c5V7U5rzVYL3jlO1hQfXKCfMNAcwlKcEUrfpk7jVEZc="
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- os: linux
@ -36,6 +32,7 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0
packages:
- clang-6.0
- cmake
- libxdamage-dev
- libx11-dev
@ -50,7 +47,6 @@ matrix:
- libimlib2-dev
- libxinerama-dev
- gawk
- clang-6.0
sonarcloud:
organization: "brndnmtthws-github"
token:
@ -69,7 +65,8 @@ before_script:
- cd ..
script:
- cd build
- build-wrapper-linux-x86-64 --out-dir bw-output make -j4
- if [ "$CXX" = "clang++-6.0" ] ; then build-wrapper-linux-x86-64 --out-dir bw-output make -j4 ; fi
- if [ "$CXX" = "g++-8" ] ; then make -j4 ; fi
- cd ../build-no-x11
- make -j4
- cd ..