From 92db2179662d3bcbf5bcc9fcb756fa37ed6454b3 Mon Sep 17 00:00:00 2001 From: "M. Petra Baranski" Date: Tue, 19 Feb 2019 02:25:57 +0100 Subject: [PATCH] appveyor - guess where the sln might be --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4422f06..c45d392 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ before_build: - cmd: cmake -G "Visual Studio 15 Win64" .. build: - project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln + project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln test_script: - cmd: ctest -VV -C "Release"