From 905d524b1e95fae4d5277501b59cfdf9eca165b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 23 Sep 2022 22:12:58 -0700 Subject: [PATCH] Removed AppVeyor CI. --- .appveyor.yml | 25 ------------------------- README.md | 2 -- 2 files changed, 27 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 8c1698d8b..000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,25 +0,0 @@ -shallow_clone: true - -os: - - Visual Studio 2019 - -environment: - matrix: - - TOOLSET: vs2017 -# - TOOLSET: vs2019 - -platform: - - Win32 - - x64 - -configuration: - - Debug - - Release - -install: - - git clone --depth 1 https://github.com/bkaradzic/bx ..\bx - - git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg - - ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET% - -build: - project: .build/projects/$(TOOLSET)/bgfx.sln diff --git a/README.md b/README.md index 3935d5309..5e45be16e 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,12 @@ License

-[![Appveyor CI](https://ci.appveyor.com/api/projects/status/ipa3ojgeaet1oko5?svg=true)](https://ci.appveyor.com/project/bkaradzic/bgfx) [![GitHub Actions](https://github.com/bkaradzic/bgfx/actions/workflows/main.yml/badge.svg)](https://github.com/bkaradzic/bgfx/actions) [![License](https://img.shields.io/badge/license-BSD--2%20clause-blue.svg)](https://bkaradzic.github.io/bgfx/license.html) [![Join the chat at https://discord.gg/9eMbv7J](https://img.shields.io/discord/712512073522872352?color=%237289DA&label=bgfx&logo=discord&logoColor=white)](https://discord.gg/9eMbv7J) * [GitHub Discussions](https://github.com/bkaradzic/bgfx/discussions) * [Discord Chat](https://discord.gg/9eMbv7J) - * [AppVeyor CI](https://ci.appveyor.com/project/bkaradzic/bgfx) * [GitHub Actions](https://github.com/bkaradzic/bgfx/actions) [What is it?](https://bkaradzic.github.io/bgfx/overview.html)