AppVeyor
This commit is contained in:
parent
d6e5f59a4e
commit
252f584b1d
1 changed files with 22 additions and 0 deletions
22
.appveyor.yml
Normal file
22
.appveyor.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue