Fix Windows ci script.

This commit is contained in:
Patrick von Reth 2015-08-23 13:54:45 +02:00
parent eb4594c0a8
commit be4ac91f9f
1 changed files with 40 additions and 40 deletions

View File

@ -11,8 +11,8 @@ build_script:
Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1 Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1
Init @("ninja", "png2ico") @{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"}; Init @("ninja", "png2ico") ([ordered]@{ "git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"};
"https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"}} "https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"}})
mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify
cd $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify cd $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify