Release 0.0.3 Main Merge #3
1 changed files with 5 additions and 7 deletions
|
@ -6,11 +6,9 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: instrumentisto/flutter
|
image: instrumentisto/flutter
|
||||||
commands:
|
commands:
|
||||||
|
- cd OpenContacts
|
||||||
- echo "Starting to build..."
|
- echo "Starting to build..."
|
||||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
- flutter build --debug
|
||||||
- cd ./OpenContacts
|
when:
|
||||||
- name: a-test-step
|
status: failure
|
||||||
image: golang:1.16
|
- echo "Build failed! Consult with maintainer."
|
||||||
commands:
|
|
||||||
- echo "Testing ..."
|
|
||||||
- ./executable
|
|
Loading…
Reference in a new issue