diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml deleted file mode 100644 index ef690af5e..000000000 --- a/extra/appveyor/appveyor.yml +++ /dev/null @@ -1,53 +0,0 @@ -version: 12.0.{build} - -image: Visual Studio 2019 - -shallow_clone: true - -environment: - matrix: - - PLATFORM: x86 - VCVARSALL_PLATFORM: x86 - GENERATOR: "Visual Studio 16 2019" - VSARCH: "Win32" - - PLATFORM: x64 - VCVARSALL_PLATFORM: x86_amd64 - GENERATOR: "Visual Studio 16 2019" - VSARCH: "x64" - -init: -# Make VS 2019 command line tools available -- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %VCVARSALL_PLATFORM% - -install: -# We need to install NSIS to create the packaged installer executable. -- choco install nsis-unicode -y - -# Move all woking directory items except `appveyor.yml` to `love` subdirectory. -- md love -- for /D %%i in (*) do @if "%%i" NEQ "love" @move %%i love\%%i -- for %%i in (*) do @if "%%i" NEQ "appveyor.yml" @move %%i love\%%i -# clone megasource and move into top directory. -- git clone --depth 1 --single-branch --branch 12.x https://github.com/love2d/megasource.git megasource -- cd megasource -- for /D %%i in (*) do @move %%i ..\%%i -- for %%i in (*) do @move %%i ..\%%i -- cd .. -# move love source to megasource's libs\love. -- move love libs\love - -before_build: -- cmake -G "%GENERATOR%" -A "%VSARCH%" -H. -Bbuild - -build_script: -- cmake --build build --target PACKAGE --config Release - -after_build: - -before_test: - -test_script: - -artifacts: -- path: build\*.zip -- path: build\*.exe diff --git a/readme.md b/readme.md index aa6c337e2..0619c88c1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,5 @@ LÖVE is an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, macOS, Linux, Android, and iOS. -[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/chc0hdr08wv1d5c7?svg=true)](https://ci.appveyor.com/project/AlexSzpakowski/love) [![Build Status: Github CI](https://github.com/love2d/love/workflows/continuous-integration/badge.svg)](https://github.com/love2d/love/actions?query=workflow%3Acontinuous-integration) Documentation