aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-02 23:54:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-02 23:54:18 +0300
commit82e7df1f2b3cfe4c9cd13faad622b590d7a1bc96 (patch)
treed5e626aada5d8ead6310b59ab82a8fb146ae65c6 /.appveyor.yml
parentupdate cmake-common (diff)
downloadwinapi-debug-82e7df1f2b3cfe4c9cd13faad622b590d7a1bc96.tar.gz
winapi-debug-82e7df1f2b3cfe4c9cd13faad622b590d7a1bc96.zip
AppVeyor: lint the config
CMake can detect --stagedir=lib*-msvc-* automatically.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 40f192d..1615d2b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,6 @@ build_script:
--install "%install_dir%"
--
-D "BOOST_ROOT=%appveyor_boost_root%"
- -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%"
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"
@@ -54,42 +53,15 @@ for:
- matrix:
only:
- image: Visual Studio 2015
- platform: Win32
environment:
appveyor_boost_root: C:\Libraries\boost_1_62_0
- appveyor_boost_librarydir: C:\Libraries\boost_1_62_0\lib32-msvc-14.0
-- matrix:
- only:
- - image: Visual Studio 2015
- platform: x64
- environment:
- appveyor_boost_root: C:\Libraries\boost_1_62_0
- appveyor_boost_librarydir: C:\Libraries\boost_1_62_0\lib64-msvc-14.0
- 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