diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-02 23:54:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-02 23:54:18 +0300 |
commit | 82e7df1f2b3cfe4c9cd13faad622b590d7a1bc96 (patch) | |
tree | d5e626aada5d8ead6310b59ab82a8fb146ae65c6 /.appveyor.yml | |
parent | update cmake-common (diff) | |
download | winapi-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.yml | 28 |
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 |