Skip to content

Commit

Permalink
Disable the debug output for sonar scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Mar 22, 2020
1 parent dc6d6c4 commit fe97ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
- export CXX=g++-6
script:
- build-wrapper-linux-x86-64 --out-dir bw-output make -j2 -C samples/
- sonar-scanner -X -D sonar.projectKey=Ouzel -D sonar.projectName="Ouzel Linux" -D sonar.cfamily.threads=2 || true
- sonar-scanner -D sonar.projectKey=Ouzel -D sonar.projectName="Ouzel Linux" -D sonar.cfamily.threads=2 || true
- name: macOS
compiler: clang
os: osx
Expand All @@ -47,7 +47,7 @@ matrix:
- export CXX=clang++
script:
- build-wrapper-macosx-x86 --out-dir bw-output make -j2 -C samples/
- sonar-scanner -X -D sonar.projectKey=OuzelMacOS -D sonar.projectName="Ouzel macOS" -D sonar.cfamily.threads=2 || true
- sonar-scanner -D sonar.projectKey=OuzelMacOS -D sonar.projectName="Ouzel macOS" -D sonar.cfamily.threads=2 || true
- name: iOS
compiler: clang
os: osx
Expand All @@ -65,7 +65,7 @@ matrix:
- export CXX=clang++
script:
- build-wrapper-macosx-x86 --out-dir bw-output make platform=ios -j2 -C samples/
- sonar-scanner -X -D sonar.projectKey=OuzelIOS -D sonar.projectName="Ouzel iOS" -D sonar.cfamily.threads=2 || true
- sonar-scanner -D sonar.projectKey=OuzelIOS -D sonar.projectName="Ouzel iOS" -D sonar.cfamily.threads=2 || true
- name: tvOS
compiler: clang
os: osx
Expand All @@ -83,7 +83,7 @@ matrix:
- export CXX=clang++
script:
- build-wrapper-macosx-x86 --out-dir bw-output make platform=tvos -j2 -C samples/
- sonar-scanner -X -D sonar.projectKey=OuzelTVOS -D sonar.projectName="Ouzel tvOS" -D sonar.cfamily.threads=2 || true
- sonar-scanner -D sonar.projectKey=OuzelTVOS -D sonar.projectName="Ouzel tvOS" -D sonar.cfamily.threads=2 || true
- name: Android
language: android
android:
Expand Down
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ sonar.sourceEncoding=UTF-8
sonar.binaries=samples
sonar.exclusions=**/*.java,shaders/**
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=.
sonar.log.level=INFO
sonar.cfamily.gcov.reportsPath=.

0 comments on commit fe97ca1

Please sign in to comment.