From 7c7c6ce14a08eb487097f429bfe2fa498edbc7b8 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 19 Nov 2020 01:01:03 +0100
Subject: [PATCH] remove appveyor CI

---
 appveyor.yml | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 appveyor.yml

diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index a867ec85e..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-image: Visual Studio 2019
-
-environment:
-  ICUWIN: '%APPVEYOR_BUILD_FOLDER%\icu'
-
-install:
-  # Set paths to dependencies (based on architecture)
-  - cmd: set PYTHON_ROOT=C:\python37-x64
-  # Add necessary paths to PATH variable
-  - cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
-  # Set up the build environment
-  - cmd: set BOOST_ROOT=C:\Libraries\boost_1_73_0
-  - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'
-  # Install meson and ninja
-  - cmd: pip install meson
-  - cmd: chdir %APPVEYOR_BUILD_FOLDER%
-  - cmd: curl -LO https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-win.zip
-  - cmd: unzip ninja-win.zip
-
-build_script:
-  - cmd: meson -Ddefault_library=static --backend=ninja --buildtype release -Dicu_path=%ICUWIN% builddir
-  - cmd: ninja -C builddir
-
-- 
GitLab