From dd222de7862c4dfb61cf792272a090597fb1d6fa Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 27 Aug 2022 15:58:40 +0200 Subject: [PATCH] Remove appveyor --- .appveyor.yml | 23 ----------------------- README.md | 1 - 2 files changed, 24 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 3a08426..0000000 --- a/.appveyor.yml +++ /dev/null @@ -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" diff --git a/README.md b/README.md index cd7a0c0..71333ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![logo](https://goo.gl/XlIcXz) ## raylib-go [![Build Status](https://github.com/gen2brain/raylib-go/actions/workflows/build.yml/badge.svg)](https://github.com/gen2brain/raylib-go/actions) -[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/qv2iggrqtgl7xhr0?svg=true)](https://ci.appveyor.com/project/gen2brain/raylib-go) [![GoDoc](https://godoc.org/github.com/gen2brain/raylib-go/raylib?status.svg)](https://godoc.org/github.com/gen2brain/raylib-go/raylib) [![Go Report Card](https://goreportcard.com/badge/github.com/gen2brain/raylib-go)](https://goreportcard.com/report/github.com/gen2brain/raylib-go) [![Examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=flat-square)](https://github.com/gen2brain/raylib-go/tree/master/examples)