mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 09:16:54 +00:00
Added debug information to the build
This commit is contained in:
parent
1f34ff2c12
commit
1aa68c6854
|
@ -21,6 +21,10 @@ steps:
|
|||
- Android/Sdk/cmdline-tools/latest/bin/sdkmanager --install "build-tools;32.0.0"
|
||||
- Android/Sdk/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-32"
|
||||
|
||||
- name: debug
|
||||
commands:
|
||||
- tree flutter/
|
||||
|
||||
- name: build
|
||||
commands:
|
||||
- export PATH=$$PATH:flutter/bin
|
||||
|
|
Loading…
Reference in a new issue