This commit is contained in:
Milan Nikolic 2017-10-28 15:08:00 +02:00
parent d6e5f59a4e
commit 252f584b1d

22
.appveyor.yml Normal file
View file

@ -0,0 +1,22 @@
version: "{build}"
clone_folder: c:\gopath\src\github.com\gen2brain\raylib-go
environment:
GOPATH: c:\gopath
CGO_ENABLED: 1
MSYS_PATH: c:\msys64
install:
- echo %GOPATH%
- echo %MSYS_PATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%PATH%
- echo %PATH%
- set CC=gcc
- set CXX=g++
- go version
- go env
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-x86_64-openal mingw-w64-x86_64-gcc mingw-w64-x86_64-make"
build_script:
- bash -lc "cd /c/gopath/src/github.com/gen2brain/raylib-go && make"