version: "{build}" os: Windows Server 2012 R2 environment: GOPATH: c:\gopath CGO_ENABLED: 0 matrix: - GOARCH: 386 - GOARCH: amd64 clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go install: - rmdir c:\go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-amd64.zip - 7z x go1.8.windows-amd64.zip -y -oC:\ > NUL - set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin - echo %PATH% - echo %GOPATH% - git submodule update --init --recursive - go get github.com/onsi/ginkgo/ginkgo - go get github.com/onsi/gomega - go version - go env - go get -v -t ./... build_script: - rm -r integrationtests - ginkgo -r --randomizeAllSpecs --randomizeSuites --trace --progress test: off deploy: off