This repository has been archived on 2025-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
OpenContacts/.woodpecker/workflow.yaml
2024-11-02 16:54:09 -04:00

21 lines
No EOL
579 B
YAML

when:
- event: push
branch: Next
steps:
- name: android build
image: mobiledevops/flutter-sdk-image
commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder"
- cd OpenContacts
- git config --global --add safe.directory /home/mobiledevops/.flutter-sdk
- echo "Getting Dependencies"
- flutter pub get
- echo "Building..."
- flutter build apk
- echo "Build Completed!"
- name: windows build
image: debian
commands:
- echo "Build Sucessful!"