build: Attempt to enable windows compilation

This commit is contained in:
Harshavardhana
2015-11-08 02:56:19 -08:00
parent 152c73e1ce
commit c67a8cb6e5
2 changed files with 8 additions and 8 deletions
+3 -4
View File
@@ -26,10 +26,9 @@ build_script:
- go test -race .
- go test github.com/minio/minio/pkg...
- go test -race github.com/minio/minio/pkg...
# FIXME: appveyor build has errors related to LDFLAGS
# - go run buildscripts/gen-ldflags.go > temp.txt
# - set /p LDFLAGS=<temp.txt
# - go build --ldflags %LDFLAGS% -o %GOPATH%\bin\minio.exe
- go run buildscripts/gen-ldflags.go > temp.txt
- set /p BUILD_LDFLAGS=<temp.txt
- go build -ldflags="%BUILD_LDFLAGS%" -o %GOPATH%\bin\minio.exe
# to disable automatic tests
test: off