-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TravisCI configuration to integrate SonarQube public instance
- Loading branch information
1 parent
ca3e233
commit 10e8b30
Showing
5 changed files
with
30 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,5 @@ captures | |
|
||
# private properties file | ||
omniNotes/gradle.properties | ||
|
||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,33 @@ | ||
sudo: true | ||
|
||
language: android | ||
|
||
dist: trusty | ||
install: true | ||
addons: | ||
sonarcloud: | ||
organization: federicoiosue-github | ||
token: | ||
secure: Sfwikm7yiseQYSAu0NTIdnZNa/yLrd9RwN/11/XuKHWVOGKsd2Q6FnevlFhVQp4iXeRPtez5/CBvIMn+yR+OTxdWmhrCVU/NEIgkGXkmonAAg/Y46++hWhL8/Fnpa31W+yZ8DBaKKLISMbSGxauwmBvGawZwTT8YbNS3SPGW8PA= | ||
branches: | ||
- develop | ||
jdk: | ||
- oraclejdk8 | ||
|
||
- oraclejdk8 | ||
branches: | ||
only: | ||
- develop | ||
- master | ||
|
||
- develop | ||
- master | ||
android: | ||
components: | ||
- tools | ||
- tools | ||
- platform-tools | ||
- build-tools-25.0.2 | ||
- android-23 | ||
#- extra-google-google_play_services | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
#- addon-google_apis-google-19 | ||
# - sys-img-armeabi-v7a-android-24 | ||
- tools | ||
- tools | ||
- platform-tools | ||
- build-tools-25.0.2 | ||
- android-23 | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
licenses: | ||
- 'android-sdk-preview-license-.+' | ||
- 'android-sdk-license-.+' | ||
- 'google-gdk-license-.+' | ||
#before_script: | ||
# - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a | ||
# - emulator -avd test -no-skin -no-audio -no-window & | ||
# - android-wait-for-emulator | ||
# - adb shell input keyevent 82 & | ||
|
||
# Build | ||
script: ./gradlew clean build | ||
|
||
|
||
- android-sdk-preview-license-.+ | ||
- android-sdk-license-.+ | ||
- google-gdk-license-.+ | ||
script: | ||
- ./gradlew clean build | ||
- sonar-scanner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters