From 5138dcc615cf571dcfef715dff86eadcd2c9b3da Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 21 Nov 2015 14:46:21 -0500 Subject: [PATCH] figure out appveyor exe directory --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ed1969c3..15928293 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,6 @@ build_script: - cmake -G "Visual Studio 14 2015 Win64" -D SHARED=1 -D BUILD_TESTS=1 ../cmake - cmake --build . --config Debug test_script: -- x64\Debug\xlnt.test.exe +- echo %cd% +- dir bin +- bin\xlnt.test.exe