1
0
Fork 0

No issue: make pre-push hook assemble only one variant, run tests, build UI test.

Since it's redundant to the definition in the source, I intend to remove
the pre-push hook listed in the wiki after this merges.
master
Michael Comella 2019-12-06 12:46:37 -08:00 committed by Emily Kager
parent 42d6915699
commit 7d754cc60e
1 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,12 @@
./gradlew -q \
ktlint \
detekt \
app:assembleDebug
assembleGeckoBetaDebug \
testGeckoBetaDebug \
assembleGeckoBetaDebugAndroidTest
# Tasks omitted because they take a long time to run:
# - assembling all variants
# - unit test on all variants
# - UI tests
# - android lint (takes a long time to run)