aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon <don.j.olmstead@gmail.com>2018-03-20 09:51:24 -0700
committerGitHub <noreply@github.com>2018-03-20 09:51:24 -0700
commiteb7a82524e7b83d5367be05b6afc4f74d4ffd57d (patch)
tree14c131287430599d080b5fb8021f3b5c0cfef5e6
parent72214b9d1280e765c09f0689ae5ea7eb49f934fc (diff)
downloadportable-eb7a82524e7b83d5367be05b6afc4f74d4ffd57d.tar.gz
portable-eb7a82524e7b83d5367be05b6afc4f74d4ffd57d.tar.bz2
portable-eb7a82524e7b83d5367be05b6afc4f74d4ffd57d.zip
Fix SHARED_LIBS matrix
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e7f0893..5a726a8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ environment:
15 SHARED_LIBS: ON 15 SHARED_LIBS: ON
16 - GENERATOR: Visual Studio 14 2015 16 - GENERATOR: Visual Studio 14 2015
17 CONFIG: Debug 17 CONFIG: Debug
18 SHARED_LIBS: ON 18 SHARED_LIBS: OFF
19 19
20 # x64 builds 20 # x64 builds
21 - GENERATOR: Visual Studio 14 2015 Win64 21 - GENERATOR: Visual Studio 14 2015 Win64
@@ -29,7 +29,7 @@ environment:
29 SHARED_LIBS: ON 29 SHARED_LIBS: ON
30 - GENERATOR: Visual Studio 14 2015 Win64 30 - GENERATOR: Visual Studio 14 2015 Win64
31 CONFIG: Debug 31 CONFIG: Debug
32 SHARED_LIBS: ON 32 SHARED_LIBS: OFF
33 33
34init: 34init:
35 # update mysy2 35 # update mysy2