From 90affa4d5152de7631aca2820c7078d810f4d202 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 25 Sep 2019 14:52:52 +0200 Subject: [PATCH] removed appveyor.yml --- appveyor.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 545f95bc..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,22 +0,0 @@ -# can use variables like {build} and {branch} -version: 1.0.{build} - -image: Visual Studio 2017 - -environment: - BUILD_DIR: "%APPVEYOR_BUILD_FOLDER%\\build" - -platform: - - Win32 - -configuration: - - Debug - -before_build: - - cd %BUILD_DIR% - - cmake .. -DBUILD_TESTING=ON -Dlibuv_buildtests=OFF -G"Visual Studio 15 2017" - -build: - parallel: true - project: build/uvw.sln - verbosity: minimal