This commit is contained in:
Milan Nikolic 2017-11-27 05:42:07 +01:00
parent be0df5e2d6
commit b3ddf91c77

View file

@ -18,10 +18,9 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%MSYS_PATH%\mingw32\bin;%PATH%
- go version
- go env
- go get -t ./...
before_build:
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-i686-openal"
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 && go get -t ./... && make"