From 08d0d254d32381cc4892fe670d7d2dfc57407377 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: Sat, 14 Jan 2023 10:06:29 -0800 Subject: [PATCH] Removed AppVeyor CI. --- .appveyor.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index b0b1077..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -shallow_clone: true - -os: - - Visual Studio 2019 - -environment: - matrix: - - TOOLSET: vs2017 -# - TOOLSET: vs2019 - -configuration: - - Debug - - Release - -install: - tools\bin\windows\genie %TOOLSET% - -build: - project: .build/projects/$(TOOLSET)/bx.sln