OpenContacts/.woodpecker/workflow.yaml
Mrdabup 3bfba81d0c
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Last test
2024-10-19 16:48:03 -04:00

18 lines
No EOL
414 B
YAML

when:
- event: push
branch: dev
steps:
- name: build
image: instrumentisto/flutter
commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder"
- cd OpenContacts
- echo "Building..."
- flutter build apk
- echo "Build Completed!"
- name: Deploy
image: debian
commands:
- echo "Build Sucessful!"