mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
With travis config fixed
This commit is contained in:
parent
653a068200
commit
ad1f92aa7d
1 changed files with 6 additions and 2 deletions
|
|
@ -28,10 +28,14 @@ before_script:
|
|||
- emulator -avd test -no-audio -no-window -no-boot-anim &
|
||||
- android-wait-for-emulator
|
||||
script:
|
||||
- "./gradlew clean check connectedCheck jacocoTestReport"
|
||||
#- "./gradlew clean check connectedCheck jacocoTestReport"
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mkdir -p app/src/prodRelease/play/release-notes/en-US;
|
||||
fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mkdir -p app/src/prodRelease/play/release-notes/en-US
|
||||
git log --pretty=format:"%s" HEAD^..HEAD > app/src/prodRelease/play/release-notes/en-US/default.txt
|
||||
fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
./gradlew publishProdReleaseApk;
|
||||
fi
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue