debug env

pull/110/head
Alya Sirko 2022-08-31 14:21:54 +03:00
parent 1eb2eb0a1a
commit 4e0d59120b
1 changed files with 5 additions and 4 deletions

View File

@ -5,10 +5,11 @@ name: ci
steps:
- name: build
commands:
- flutter build apk --debug --split-per-abi
- mv build/app/outputs/flutter-apk/*-debug.apk `pwd`
- rename app pro.kherel.selfprivacy *.apk && rename debug "$DRONE_COMMIT" *.apk
- ls *.apk
# - flutter build apk --debug --split-per-abi
# - mv build/app/outputs/flutter-apk/*-debug.apk `pwd`
# - rename app pro.kherel.selfprivacy *.apk && rename debug "$DRONE_COMMIT" *.apk
# - ls *.apk
- echo $JAVA_HOME $ANDROID_HOME $ANDROID_SDK_ROOT
node:
server: builder