fix setup again

This commit is contained in:
therecipe 2016-08-21 05:00:42 +02:00
parent 0984661461
commit 705c08dfd9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
go get golang.org/x/crypto/ssh
if %errorlevel% neq 0 exit /b %errorlevel%
go get github.com/emirpasic/gods
go get github.com/emirpasic/gods/lists/arraylist
if %errorlevel% neq 0 exit /b %errorlevel%
go run ./internal/setup/check.go %*
if %errorlevel% neq 0 exit /b %errorlevel%

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
go get golang.org/x/crypto/ssh
go get github.com/emirpasic/gods
go get github.com/emirpasic/gods/lists/arraylist
go run ./internal/setup/check.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/generate.go "$@"
go run $GOPATH/src/github.com/therecipe/qt/internal/setup/install.go "$@"