mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
debug env
This commit is contained in:
parent
1eb2eb0a1a
commit
4e0d59120b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue