Test
This commit is contained in:
parent
f2408b0c64
commit
c5888d1f33
1 changed files with 4 additions and 3 deletions
|
@ -6,10 +6,11 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: instrumentisto/flutter
|
image: instrumentisto/flutter
|
||||||
commands:
|
commands:
|
||||||
|
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||||
|
- echo "Entering folder"
|
||||||
- cd OpenContacts
|
- cd OpenContacts
|
||||||
- echo "Starting to build..."
|
- flutter build
|
||||||
- flutter build --debug
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "Hello World"
|
- echo "Build Sucessfull!"
|
Loading…
Reference in a new issue