aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 06:44:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 06:46:15 +0300
commitd6b6575cf2384563cb5e43ec760651b23b7f8081 (patch)
treea88eb74f761856398c4f5bcabaa7c75a05566a3b /appveyor.yml
parentAppVeyor: build for Win32 (diff)
downloadmath-server-d6b6575cf2384563cb5e43ec760651b23b7f8081.tar.gz
math-server-d6b6575cf2384563cb5e43ec760651b23b7f8081.zip
AppVeyor: build w/ Visual Studio 2017
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml29
1 files changed, 27 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a575963..f3701fe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,8 @@
version: '{build}'
-image: Visual Studio 2019
+image:
+ - Visual Studio 2017
+ - Visual Studio 2019
platform:
- Win32
@@ -22,6 +24,29 @@ test_script:
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_version: 1.71.0
+ appveyor_boost_root: C:\Libraries\boost_1_71_0
+ appveyor_boost_librarydir: C:\Libraries\boost_1_71_0\lib64-msvc-14.2