parent
73660406aa
commit
471c980d66
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: fischerscode/flutter
|
image: fischerscode/flutter
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
- sudo git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||||
- echo "Entering folder"
|
- echo "Entering folder"
|
||||||
- cd OpenContacts
|
- cd OpenContacts
|
||||||
- echo "Getting Dependencies"
|
- echo "Getting Dependencies"
|
||||||
- flutter pub
|
- sudo flutter pub
|
||||||
- flutter doctor
|
- sudo flutter doctor
|
||||||
- echo "Building..."
|
- echo "Building..."
|
||||||
- flutter build apk
|
- sudo flutter build apk
|
||||||
- echo "Build Completed!"
|
- echo "Build Completed!"
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: debian
|
image: debian
|
||||||
|
|
Loading…
Reference in a new issue