Update .appveyor.yml

This commit is contained in:
Milan Nikolic 2017-10-28 15:40:25 +02:00
parent 7f1de17e7c
commit 4b66202ee4

View file

@ -1,12 +1,15 @@
version: "{build}"
clone_depth: 1
clone_folder: c:\gopath\src\github.com\gen2brain\raylib-go
environment:
GOPATH: c:\gopath
MSYS_PATH: c:\msys64
CGO_ENABLED: 1
CGO_CFLAGS: -Ic:\msys64\mingw64\include
CGO_CFLAGS: -g -O2 -Ic:\msys64\mingw64\include
CC: c:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc
install:
- echo %GOPATH%