cutego/setup.bat
2016-06-11 01:50:53 +02:00

10 lines
456 B
Batchfile
Executable file

go get golang.org/x/crypto/ssh
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 %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/install.go %*
if %errorlevel% neq 0 exit /b %errorlevel%
go run %GOPATH%/src/github.com/therecipe/qt/internal/setup/test.go %*