diff options
-rw-r--r-- | appveyor.yml | 4 |
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 | ||
34 | init: | 34 | init: |
35 | # update mysy2 | 35 | # update mysy2 |