-
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
Federico Iosue
committed
Jun 26, 2017
1 parent
ca3e233
commit b41a380
Showing
3 changed files
with
21 additions
and
33 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 |
---|---|---|
@@ -1,38 +1,28 @@ | ||
sudo: true | ||
|
||
language: android | ||
|
||
install: true | ||
addons: | ||
sonarqube: | ||
organization: federicoiosue-github | ||
token: | ||
secure: Sfwikm7yiseQYSAu0NTIdnZNa/yLrd9RwN/11/XuKHWVOGKsd2Q6FnevlFhVQp4iXeRPtez5/CBvIMn+yR+OTxdWmhrCVU/NEIgkGXkmonAAg/Y46++hWhL8/Fnpa31W+yZ8DBaKKLISMbSGxauwmBvGawZwTT8YbNS3SPGW8PA= | ||
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 sonarqube" |
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