summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-20 16:19:32 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-20 16:19:32 +0000
commit9a1d0513f0bfbc03264ed7981e6238c409f64d93 (patch)
tree6539e73cc76ee24502b9400ea50543b0e79eac6d /appveyor.yml
parent2740ee328429e8a8b4c383b259873976a1e78e1c (diff)
Try to debug why rmdir /s/q is failing.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f8a13c74..7eb70e1f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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%\..
@@ -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