From 54e745e9102fb3f3c09be34c652072dd78964e40 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 13 Aug 2016 12:38:28 -0400 Subject: appveyor.yml - add a print for path --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') 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 .. ) -- cgit v1.2.1