github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/bin/win32_test.bat (about)

     1  SET GOPATH=%CD%\gopath
     2  SET PATH=%PATH%;%CD%\gopath\bin
     3  
     4  cd gopath\src\github.com\cloudfoundry\cli
     5  
     6  SET GODEPSPATH=%CD%\Godeps\_workspace
     7  SET GOPATH=%GODEPSPATH%;%GOPATH%
     8  SET PATH=%PATH%;%GODEPSPATH%\bin
     9  
    10  go get github.com/jteeuwen/go-bindata/... || exit /b 1
    11  go-bindata -pkg resources -ignore ".go" -o cf/resources/i18n_resources.go cf/i18n/resources/... cf/i18n/test_fixtures/... || exit /b 1
    12  
    13  powershell -command set-executionpolicy remotesigned < NUL || exit /b 1
    14  powershell .\bin\replace-sha.ps1 < NUL || exit /b 1
    15  
    16  go build -v -o %CF_EXE_NAME% ./main || exit /b 1
    17  
    18  REM go install github.com/onsi/ginkgo/ginkgo || exit /b 1
    19  
    20  REM ginkgo -cover -r ./cf ./generic ./testhelpers ./main