Test
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Mrdabup 2024-11-02 16:44:09 -04:00
parent 7c04f0304f
commit add694b0e0

View file

@ -4,15 +4,13 @@
steps: steps:
- name: android build - name: android build
image: instrumentisto/flutter image: mobiledevops/flutter-sdk-image
commands: commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git - git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder" - echo "Entering folder"
- cd OpenContacts - cd OpenContacts
- echo "Getting Dependencies" - echo "Getting Dependencies"
- flutter pub get - flutter pub get
- flutter precache --android
- flutter doctor
- echo "Building..." - echo "Building..."
- flutter build apk - flutter build apk
- echo "Build Completed!" - echo "Build Completed!"