Skip to content

Commit

Permalink
Try to debug why rmdir /s/q is failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Dec 20, 2015
1 parent 2740ee3 commit 9a1d051
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@ build:
project: infrastructure/cmake/BoxBackup.sln

install:
- cinst strawberryperl
- cinst 7zip.commandline
- cinst cmake
- cinst strawberryperl 7zip.commandline cmake

- dir "C:\Program Files\Microsoft SDKs\Windows"
- dir "C:\Program Files\Microsoft SDKs\Windows\v7.1"
- dir "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86'

- echo %PATH%
- mkdir foo
- rmdir /s/q foo

- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"

- cd %APPVEYOR_BUILD_FOLDER%\..
Expand Down Expand Up @@ -79,6 +82,10 @@ install:
- cmake -G "%Generator%" -A %PLATFORM%
- cd %APPVEYOR_BUILD_FOLDER%

- echo %PATH%
- mkdir foo
- rmdir /s/q foo

test_script:
- cd %APPVEYOR_BUILD_FOLDER%\infrastructure\cmake
- ctest -C %CONFIGURATION% -V
Expand Down

0 comments on commit 9a1d051

Please sign in to comment.