aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-11-17 22:41:36 -0500
committerJack Lloyd <[email protected]>2018-11-17 22:41:36 -0500
commit869de6826a42f4737a5236fbdd84c3c69f8c74c0 (patch)
tree9de57c7bbf4e837f2e4d5cb1d317046d63d7d2e3 /src/scripts/ci
parent16e0107276bab92c6e17ab8c476ab7dbb8f48928 (diff)
Disable Sonar build
It is suddenly 5x slower for an unknown reason https://community.sonarsource.com/t/sonar-analysis-step-suddenly-much-5x-slower-on-travis-ci/4364 Now it either times out or else completely dominates the runtime for Travis, either is not acceptable. Leave the framework for using Sonar in CI for now so it is easy to test if things have improved later. If things are still broken in a month or two I'll probably just drop support for Sonar.
Diffstat (limited to 'src/scripts/ci')
-rw-r--r--src/scripts/ci/travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index ac6d40e2c..991fbbf6f 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -19,7 +19,7 @@ env:
matrix:
- BUILD_MODE="shared"
- - BUILD_MODE="sonar"
+# - BUILD_MODE="sonar"
- BUILD_MODE="fuzzers"
- BUILD_MODE="coverage"
- BUILD_MODE="cross-ppc32"
@@ -112,10 +112,10 @@ cache:
- $HOME/.sonar/cache
addons:
- sonarcloud:
- organization: "randombit-github"
- token:
- secure: "JYwDxEZyCJ1aKLjAYB9YlyyIRkjeaY48iYqcMhmidx6/ploWXMbUzVpv5plLFbMGgeMy9sqa2I7Pbo7u3OdcBbbsogGtk/jomnjiauuNS6KcCHEEcVjBILfadxGJPL9F8/0KbcS2vnPpz/jVlRp18Uemud0yGGXXcDaY471sA50="
+ #sonarcloud:
+ # organization: "randombit-github"
+ # token:
+ # secure: "JYwDxEZyCJ1aKLjAYB9YlyyIRkjeaY48iYqcMhmidx6/ploWXMbUzVpv5plLFbMGgeMy9sqa2I7Pbo7u3OdcBbbsogGtk/jomnjiauuNS6KcCHEEcVjBILfadxGJPL9F8/0KbcS2vnPpz/jVlRp18Uemud0yGGXXcDaY471sA50="
coverity_scan:
project: