aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 29b43760..9d1df0a5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -45,6 +45,11 @@ build_script:
test_script:
- echo test_script
+ - if "%BUILD_TYPE%" == "nmake" cd C:\PROJ\bin
+ - if "%BUILD_TYPE%" == "cmake" cd C:\projects\proj-4\bin
+ - echo "Contents of current directory:"
+ - dir
+ - proj.exe -VC
deploy: off