Get deps
This commit is contained in:
parent
be0df5e2d6
commit
b3ddf91c77
1 changed files with 1 additions and 2 deletions
|
@ -18,10 +18,9 @@ install:
|
||||||
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%MSYS_PATH%\mingw32\bin;%PATH%
|
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%MSYS_PATH%\mingw32\bin;%PATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- go get -t ./...
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-i686-openal"
|
- bash -lc "pacman --noconfirm --needed -Sy mingw-w64-i686-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 && go get -t ./... && make"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue