summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-08-13 12:38:28 -0400
committerAllen Winter <allen.winter@kdab.com>2016-08-13 12:38:28 -0400
commit54e745e9102fb3f3c09be34c652072dd78964e40 (patch)
tree84b7d20f6ba067488e46f6a8433bee51207dd515 /appveyor.yml
parent3276366e488071535d21bd145adf6143e12e507f (diff)
downloadlibical-git-54e745e9102fb3f3c09be34c652072dd78964e40.tar.gz
appveyor.yml - add a print for path
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0a84878d..43c77a97 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -44,6 +44,7 @@ configuration:
build_script:
- call scripts\set_compiler_env.bat
+ - path
- mkdir build
- cd build
- 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 .. )