Update .appveyor.yml
This commit is contained in:
parent
252f584b1d
commit
7f1de17e7c
1 changed files with 5 additions and 5 deletions
|
@ -4,19 +4,19 @@ clone_folder: c:\gopath\src\github.com\gen2brain\raylib-go
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
CGO_ENABLED: 1
|
|
||||||
MSYS_PATH: c:\msys64
|
MSYS_PATH: c:\msys64
|
||||||
|
CGO_ENABLED: 1
|
||||||
|
CGO_CFLAGS: -Ic:\msys64\mingw64\include
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo %GOPATH%
|
- echo %GOPATH%
|
||||||
- echo %MSYS_PATH%
|
- echo %MSYS_PATH%
|
||||||
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%PATH%
|
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%PATH%
|
||||||
- echo %PATH%
|
|
||||||
- set CC=gcc
|
|
||||||
- set CXX=g++
|
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-x86_64-openal mingw-w64-x86_64-gcc mingw-w64-x86_64-make"
|
|
||||||
|
before_build:
|
||||||
|
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-x86_64-openal"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- bash -lc "cd /c/gopath/src/github.com/gen2brain/raylib-go && make"
|
- bash -lc "cd /c/gopath/src/github.com/gen2brain/raylib-go && make"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue