Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed May 21, 2018
1 parent 688752f commit c3fb557
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci_scripts\\appveyor\\run_with_env.cmd"
MODULE: xgp
PROJECT_NAME: xgp
GOPATH: c:\gopath
GOVERSION: 1.10

matrix:

Expand All @@ -25,17 +23,8 @@ environment:
MINICONDA: "C:\\Miniconda35-x64"

install:
# Install Go
- "rmdir C:\\go /s /q"
- "appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi"
- "msiexec /i go%GOVERSION%.windows-amd64.msi /q"
- "choco install bzr"
- "SET PATH=C:\\go\\bin;%GOPATH%\\bin;C:\\Program Files (x86)\\Bazaar\\;C:\\Program File\\s\\Mercurial\\%PATH%"
- "go version"
- "go env"

# Set GCC path
- "SET PATH=C:\\cygwin64\\bin;%PATH%"
- "SET PATH=C:\\msys64\\bin;%PATH%"

# Miniconda is pre-installed in the worker build
- "SET PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
Expand Down

0 comments on commit c3fb557

Please sign in to comment.