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
|
||||
image: instrumentisto/flutter
|
||||
commands:
|
||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||
- echo "Entering folder"
|
||||
- cd OpenContacts
|
||||
- echo "Starting to build..."
|
||||
- flutter build --debug
|
||||
- flutter build
|
||||
- name: Deploy
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Hello World"
|
||||
- echo "Build Sucessfull!"
|
Loading…
Reference in a new issue