OpenContacts/.woodpecker/workflow.yaml

20 lines
498 B
YAML
Raw Normal View History

2024-10-14 15:48:43 -04:00
when:
- event: push
2024-11-02 16:29:03 -04:00
branch: Next
2024-10-14 15:48:43 -04:00
steps:
2024-11-02 16:29:03 -04:00
- name: android build
2024-11-02 16:44:09 -04:00
image: mobiledevops/flutter-sdk-image
2024-10-14 15:48:43 -04:00
commands:
2024-10-24 21:16:20 -04:00
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
2024-10-19 16:23:39 -04:00
- echo "Entering folder"
2024-10-14 18:39:00 -04:00
- cd OpenContacts
2024-10-24 20:40:32 -04:00
- echo "Getting Dependencies"
2024-10-24 21:19:41 -04:00
- flutter pub get
2024-10-19 16:48:03 -04:00
- echo "Building..."
2024-10-24 21:11:21 -04:00
- flutter build apk
2024-10-19 16:48:03 -04:00
- echo "Build Completed!"
2024-11-02 16:29:03 -04:00
- name: windows build
2024-10-14 18:42:18 -04:00
image: debian
2024-10-14 18:41:56 -04:00
commands:
2024-10-19 16:46:11 -04:00
- echo "Build Sucessful!"