after all other flavours

This commit is contained in:
tobiaskaminsky 2017-05-11 14:25:42 +02:00
parent 5e1e5a88e6
commit 80dfc59d50
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,4 @@
pipeline:
lint:
image: nextcloudci/android:android-18
commands:
- export BRANCH=$(scripts/lint/getBranchName.sh ${GIT_USERNAME} ${GIT_TOKEN} ${DRONE_PULL_REQUEST})
- ruby scripts/lint/lint-up.rb ${GIT_USERNAME} ${GIT_TOKEN} $BRANCH
test:
image: nextcloudci/android:android-18
commands:
@ -34,6 +28,17 @@ pipeline:
- ANDROID_ABI=armeabi-v7a
- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/opt/android-sdk-linux/tools/lib64/gles_mesa/
lint:
image: nextcloudci/android:android-18
commands:
# needs gplay
- sed -i '/com.google.*.gms/s/^.*\/\///g' build.gradle
- export BRANCH=$(scripts/lint/getBranchName.sh ${GIT_USERNAME} ${GIT_TOKEN} ${DRONE_PULL_REQUEST})
- ruby scripts/lint/lint-up.rb ${GIT_USERNAME} ${GIT_TOKEN} $BRANCH
when:
matrix:
FLAVOUR: Modified
matrix:
FLAVOUR:
- Generic