Skip to content

Commit

Permalink
Fix appveyor build path.
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Aug 14, 2016
1 parent 7f6842d commit a7f2f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -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:
Expand All @@ -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%
Expand Down

0 comments on commit a7f2f84

Please sign in to comment.