From a7f2f843aca46f57cb74388d0cfecf93e1e906a6 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 14 Aug 2016 09:35:08 +0100 Subject: [PATCH] Fix appveyor build path. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 39a94b174..6cb52d9d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ init: build: parallel: true project: ..\cmake\BoxBackup_Windows.sln - # verbosity: quiet + verbosity: quiet install: # Install cmake.portable instead of cmake, to get it on the path again: @@ -67,7 +67,7 @@ install: # Leave the current directory in the correct place to find the solution file using its relative path above. test_script: - - cd %APPVEYOR_BUILD_FOLDER%\..\cmake\boxbackup-build + - cd %APPVEYOR_BUILD_FOLDER%\..\cmake\src\boxbackup-build # - dir # - dir bin_bbackupd.dir # - dir %PLATFORM%