1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

Do not install gx unless user asks for it

Build scripts should never touch user's environment.
This patch intoduces existance and version check for gx and gx-go
Prints nice error message if they are missing or outdated.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
This commit is contained in:
Jakub Sztandera
2016-02-09 22:51:08 +01:00
parent 694f22a4c8
commit cd34b3d405
3 changed files with 16 additions and 5 deletions

View File

@ -13,7 +13,9 @@ env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
install: make install
install:
- make toolkit_upgrade
- make install
script:
- make $TEST_SUITE