mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-04 23:53:51 -04:00
Build only the release variant
Building both debug and release was unnecessary, and only increased the time to validate a pull request
This commit is contained in:
@@ -13,7 +13,7 @@ android:
|
||||
# The SDK version used to compile your project
|
||||
- android-23
|
||||
|
||||
script: ./gradlew build lint findbugs test
|
||||
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs
|
||||
|
||||
after_failure:
|
||||
- cat app/build/reports/findbugs/findbugs.html
|
||||
|
||||
Reference in New Issue
Block a user