mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Install build-tools before compiling
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- echo y | android update sdk --no-ui --all --filter "tools"
|
||||||
|
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
|
||||||
checkout:
|
checkout:
|
||||||
post:
|
post:
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- mksdcard -l e 128M sdcard.img
|
- mksdcard -l e 128M sdcard.img
|
||||||
|
|||||||
Reference in New Issue
Block a user