aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 06:59:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 07:40:04 +0300
commitcbdb2312a4192d55369b58eef23c13fffc7f177a (patch)
tree14fc22b764af874baeba0e69edd3fca1f3eb7c15 /appveyor.yml
parentupdate cmake-common (diff)
downloadaes-tools-cbdb2312a4192d55369b58eef23c13fffc7f177a.tar.gz
aes-tools-cbdb2312a4192d55369b58eef23c13fffc7f177a.zip
AppVeyor: build w/ VS 2019
Diffstat (limited to '')
-rw-r--r--appveyor.yml38
1 files changed, 35 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b639dec..dc5ef86 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,7 @@ version: '{build}'
image:
- Visual Studio 2015
- Visual Studio 2017
+ - Visual Studio 2019
environment:
matrix:
@@ -35,11 +36,42 @@ for:
- matrix:
only:
- image: Visual Studio 2015
+ platform: Win32
environment:
- appveyor_boost_version: 1.62.0
-
+ 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_version: 1.69.0
+ appveyor_boost_root: C:\Libraries\boost_1_71_0
+ appveyor_boost_librarydir: C:\Libraries\boost_1_71_0\lib64-msvc-14.2