File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ go-bindata -pkg resources -ignore ".go" -o cf/resources/i18n_resources.go cf/i18
77powershell -command set-executionpolicy remotesigned
88powershell .\bin\replace-sha.ps1
99
10- SET GOPATH = %CD% \Godeps\_workspace;c:\Users\Administrator\go
10+ $env:GOPATH = " %CD% \Godeps\_workspace;c:\Users\Administrator\go"
11+ Get-ChildItem Env:GOPATH
12+
1113c:\Go\bin\go build -v -o cf-windows-386.exe ./main
1214c:\Go\bin\go test -i ./cf/... ./generic/... ./testhelpers/... ./main/...
1315c:\Go\bin\go test -cover -v ./cf/... ./generic/... ./testhelpers/... ./main/...
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ go-bindata -pkg resources -ignore ".go" -o cf/resources/i18n_resources.go cf/i18
77powershell -command set-executionpolicy remotesigned
88powershell .\bin\replace-sha.ps1
99
10- SET GOPATH = %CD% \Godeps\_workspace;c:\Users\Administrator\go
10+ $env:GOPATH = " %CD% \Godeps\_workspace;c:\Users\Administrator\go"
11+ Get-ChildItem Env:GOPATH
12+
1113c:\Go\bin\go build -v -o cf-windows-amd64.exe ./main
1214c:\Go\bin\go test -i ./cf/... ./generic/... ./testhelpers/... ./main/...
1315c:\Go\bin\go test -cover -v ./cf/... ./generic/... ./testhelpers/... ./main/...
You can’t perform that action at this time.
0 commit comments