diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-30 23:25:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-30 23:25:39 +0300 |
commit | 3f456c826049ad5f732f655671079cff91fc72f1 (patch) | |
tree | 2dafd6d74e8eb13cc6cc16c0e24e99cf11f74b6f /.appveyor.yml | |
parent | docker-compose: fix math-client path (diff) | |
download | math-server-3f456c826049ad5f732f655671079cff91fc72f1.tar.gz math-server-3f456c826049ad5f732f655671079cff91fc72f1.zip |
AppVeyor: leaner config
CMake can detect lib*-msvc-* librarydir automatically, I think?
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 19 |
1 files changed, 0 insertions, 19 deletions
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 |