This commit is contained in:
parent
944eaa086d
commit
385114350a
1 changed files with 3 additions and 2 deletions
|
@ -4,13 +4,14 @@
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: fischerscode/flutter-sudo
|
||||
image: instrumentisto/flutter
|
||||
commands:
|
||||
- sudo git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
|
||||
- echo "Entering folder"
|
||||
- cd OpenContacts
|
||||
- echo "Getting Dependencies"
|
||||
- flutter pub
|
||||
- flutter precache
|
||||
- flutter doctor
|
||||
- echo "Building..."
|
||||
- flutter build apk
|
||||
|
|
Loading…
Reference in a new issue