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