arm: add install script, fix Makefile (#2824)

* be like the SDK makefile

* arm: add install script, fix Makefile

* ...
This commit is contained in:
Zach
2018-11-14 05:17:07 -05:00
committed by Anton Kaliaev
parent 5a6822c8ac
commit bb0e17dbf0
3 changed files with 50 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ jobs:
command: |
export PATH="$GOBIN:$PATH"
make get_tools
make get_dev_tools
- run:
name: dependencies
command: |