Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
therecipe committed Aug 20, 2016
1 parent 639f745 commit 0984661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
go get golang.org/x/crypto/ssh
if %errorlevel% neq 0 exit /b %errorlevel%
go get github.com/emirpasic/gods
if %errorlevel% neq 0 exit /b %errorlevel%
go run ./internal/setup/check.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/generate.go %*
Expand Down
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
go get golang.org/x/crypto/ssh
go get github.com/emirpasic/gods
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 "$@"
Expand Down

0 comments on commit 0984661

Please sign in to comment.