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