Skip to content

Commit

Permalink
CI: Build with Go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Feb 17, 2018
1 parent 4e5caee commit 5d58f82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ clone_folder: c:\gopath\src\github.com\la5nta\pat
environment:
global:
GOPATH: C:\gopath
GOROOT: C:\go19-x86
GOVERSION: "1.10"
MSYS_PATH: C:\MinGW\msys\1.0

install:
- set PATH=C:\go\bin;%MSYS_PATH%\bin;C:\MinGW\bin;%PATH%
- rmdir c:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go%GOVERSION%.windows-386.zip
- 7z x go%GOVERSION%.windows-386.zip -y -oC:\ > NUL
build_script:
- set PATH=%GOROOT%\bin;%MSYS_PATH%\bin;C:\MinGW\bin;%PATH%
- go version
- '%MSYS_PATH%\bin\bash -lc "cd /c/gopath/src/github.com/la5nta/pat && ./make.bash"'

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:

go:
- 1.6
- 1.9
- "1.10"

matrix:
exclude:
Expand Down

0 comments on commit 5d58f82

Please sign in to comment.