parent
79cdb5a099
commit
7c04f0304f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: dev
|
||||
branch: Next
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: android build
|
||||
image: instrumentisto/flutter
|
||||
commands:
|
||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||
|
@ -16,7 +16,7 @@ steps:
|
|||
- echo "Building..."
|
||||
- flutter build apk
|
||||
- echo "Build Completed!"
|
||||
- name: Deploy
|
||||
- name: windows build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Build Sucessful!"
|
Loading…
Reference in a new issue