summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-08-10 14:36:40 -0400
committerAllen Winter <allen.winter@kdab.com>2016-08-10 14:36:40 -0400
commit7e4c95db189bb039f7e4e636c33ab0215eac7518 (patch)
tree6fc1664bb5b155ad177864f38b51b8e137222d72 /appveyor.yml
parent39e4c08c3e32ec2563e8bbd7f9097b8539c62b61 (diff)
downloadlibical-git-7e4c95db189bb039f7e4e636c33ab0215eac7518.tar.gz
appveyor.yml - fix MinGW build, hopefully
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 99f8928a..0a84878d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -46,7 +46,7 @@ build_script:
- call scripts\set_compiler_env.bat
- mkdir build
- cd build
- - cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DICAL_GLIB=False -DUSE_INTEROPERABLE_VTIMEZONES=true ..
+ - if "%configuration%" EQU "MinGW" ( cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DICAL_GLIB=False -DUSE_INTEROPERABLE_VTIMEZONES=true .. ) else ( cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DICAL_GLIB=False -DUSE_INTEROPERABLE_VTIMEZONES=true .. )
- nmake
# to disable automatic builds