Will this work?
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Mrdabup 2024-10-24 21:16:20 -04:00
parent 944eaa086d
commit 385114350a

View file

@ -4,13 +4,14 @@
steps: steps:
- name: build - name: build
image: fischerscode/flutter-sudo image: instrumentisto/flutter
commands: commands:
- sudo 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 - flutter pub
- flutter precache
- flutter doctor - flutter doctor
- echo "Building..." - echo "Building..."
- flutter build apk - flutter build apk