Release 0.0.3 Main Merge #3

Merged
ThatOneJackalGuy merged 27 commits from dev into main 2024-10-17 18:43:25 -04:00
Showing only changes of commit 32d06ed3d7 - Show all commits

View file

@ -6,11 +6,9 @@ steps:
- name: build
image: instrumentisto/flutter
commands:
- cd OpenContacts
- echo "Starting to build..."
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- cd ./OpenContacts
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable
- flutter build --debug
when:
status: failure
- echo "Build failed! Consult with maintainer."