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