build: updates to appveyor.yml based on gocv file
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
381e4205ce
commit
c11fd2c777
|
@ -1,13 +1,15 @@
|
|||
version: "{build}"
|
||||
|
||||
os: Windows Server 2012 R2
|
||||
|
||||
clone_folder: c:\gopath\src\gobot.io\x\gobot
|
||||
|
||||
platform:
|
||||
- MinGW_x64
|
||||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
GOROOT: c:\go
|
||||
GO111MODULE: on
|
||||
GOVERSION: 1.15
|
||||
TEST_EXTERNAL: 1
|
||||
|
||||
install:
|
||||
- echo %PATH%
|
||||
|
|
Loading…
Reference in New Issue