Fix commit count in travis' build
Cette révision appartient à :
Parent
9fdc5b4b9d
révision
dd3f5a146d
2 fichiers modifiés avec 5 ajouts et 1 suppressions
|
@ -1,6 +1,9 @@
|
|||
language: android
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-26.0.1
|
||||
- android-26
|
||||
- extra-android-m2repository
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
git fetch --unshallow #required for commit count
|
||||
|
||||
if [ -z "$TRAVIS_TAG" ]; then
|
||||
./gradlew clean buildStandardDebug
|
||||
|
||||
git fetch --unshallow #required for commit count
|
||||
COMMIT_COUNT=$(git rev-list --count HEAD)
|
||||
export ARTIFACT="tachiyomi-r${COMMIT_COUNT}.apk"
|
||||
|
||||
|
|
Référencer dans un nouveau ticket