Remove appveyor
This commit is contained in:
parent
98220fa4f1
commit
dd222de786
2 changed files with 0 additions and 24 deletions
|
@ -1,23 +0,0 @@
|
|||
version: "{build}"
|
||||
|
||||
clone_depth: 1
|
||||
|
||||
clone_folder: c:\gopath\src\github.com\gen2brain\raylib-go
|
||||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
MSYS_PATH: c:\msys64
|
||||
CGO_ENABLED: 1
|
||||
CGO_CFLAGS: -g -O2 -Ic:\msys64\mingw32\include
|
||||
GOARCH: 386
|
||||
CC: i686-w64-mingw32-gcc
|
||||
|
||||
install:
|
||||
- echo %GOPATH%
|
||||
- echo %MSYS_PATH%
|
||||
- set PATH=%GOPATH%\bin;c:\go\bin;%MSYS_PATH%\usr\bin;%MSYS_PATH%\mingw32\bin;%PATH%
|
||||
- go version
|
||||
- go env
|
||||
|
||||
build_script:
|
||||
- bash -lc "cd /c/gopath/src/github.com/gen2brain/raylib-go && go get -t ./... && make"
|
|
@ -1,7 +1,6 @@
|
|||

|
||||
## raylib-go
|
||||
[](https://github.com/gen2brain/raylib-go/actions)
|
||||
[](https://ci.appveyor.com/project/gen2brain/raylib-go)
|
||||
[](https://godoc.org/github.com/gen2brain/raylib-go/raylib)
|
||||
[](https://goreportcard.com/report/github.com/gen2brain/raylib-go)
|
||||
[](https://github.com/gen2brain/raylib-go/tree/master/examples)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue