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

This commit is contained in:
Mrdabup 2024-11-02 16:29:03 -04:00
parent 79cdb5a099
commit 7c04f0304f

View file

@ -1,9 +1,9 @@
when:
- event: push
branch: dev
branch: Next
steps:
- name: build
- name: android build
image: instrumentisto/flutter
commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
@ -16,7 +16,7 @@ steps:
- echo "Building..."
- flutter build apk
- echo "Build Completed!"
- name: Deploy
- name: windows build
image: debian
commands:
- echo "Build Sucessful!"