Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-09-17 07:39:47 +02:00
Родитель c99cea497d
Коммит bdef26f774
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0E00D4D47D0C5AF7
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
pipeline:
compile:
image: nextcloudci/android:android-35
image: nextcloudci/android:android-40
commands:
# build app and assemble APK
- sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
@ -9,7 +9,7 @@ pipeline:
FLAVOR: [Generic, Gplay]
test:
image: nextcloudci/android:android-35
image: nextcloudci/android:android-40
privileged: true
commands:
- emulator -avd android-27 -no-window -no-audio &
@ -27,7 +27,7 @@ pipeline:
FLAVOR: Gplay
analysis:
image: nextcloudci/android:android-37
image: nextcloudci/android:android-40
commands:
- export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
- scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST