parent
7c04f0304f
commit
add694b0e0
1 changed files with 1 additions and 3 deletions
|
@ -4,15 +4,13 @@
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: android build
|
- name: android build
|
||||||
image: instrumentisto/flutter
|
image: mobiledevops/flutter-sdk-image
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
- 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 get
|
- flutter pub get
|
||||||
- flutter precache --android
|
|
||||||
- flutter doctor
|
|
||||||
- echo "Building..."
|
- echo "Building..."
|
||||||
- flutter build apk
|
- flutter build apk
|
||||||
- echo "Build Completed!"
|
- echo "Build Completed!"
|
||||||
|
|
Loading…
Reference in a new issue