Added debug information to the build

cicd
Illia Chub 2022-01-28 10:50:24 +02:00
parent 1f34ff2c12
commit 1aa68c6854
1 changed files with 4 additions and 0 deletions

View File

@ -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