From 3f456c826049ad5f732f655671079cff91fc72f1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 30 Jan 2020 23:25:39 +0300 Subject: AppVeyor: leaner config CMake can detect lib*-msvc-* librarydir automatically, I think? --- .appveyor.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 2f849b4..894e2d0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -28,7 +28,6 @@ build_script: --install "%install_dir%" -- -D "BOOST_ROOT=%appveyor_boost_root%" - -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%" -D ENABLE_TESTS=ON after_build: @@ -50,28 +49,10 @@ for: - matrix: only: - image: Visual Studio 2017 - platform: Win32 environment: appveyor_boost_root: C:\Libraries\boost_1_69_0 - appveyor_boost_librarydir: C:\Libraries\boost_1_69_0\lib32-msvc-14.1 -- matrix: - only: - - image: Visual Studio 2017 - platform: x64 - environment: - appveyor_boost_root: C:\Libraries\boost_1_69_0 - appveyor_boost_librarydir: C:\Libraries\boost_1_69_0\lib64-msvc-14.1 -- matrix: - only: - - image: Visual Studio 2019 - platform: Win32 - environment: - appveyor_boost_root: C:\Libraries\boost_1_71_0 - appveyor_boost_librarydir: C:\Libraries\boost_1_71_0\lib32-msvc-14.2 - matrix: only: - image: Visual Studio 2019 - platform: x64 environment: appveyor_boost_root: C:\Libraries\boost_1_71_0 - appveyor_boost_librarydir: C:\Libraries\boost_1_71_0\lib64-msvc-14.2 -- cgit v1.2.3