Fix Windows ci script.
This commit is contained in:
parent
eb4594c0a8
commit
be4ac91f9f
|
@ -11,8 +11,8 @@ build_script:
|
|||
|
||||
Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1
|
||||
|
||||
Init @("ninja", "png2ico") @{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"};
|
||||
"https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"}}
|
||||
Init @("ninja", "png2ico") ([ordered]@{ "git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"};
|
||||
"https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"}})
|
||||
|
||||
mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify
|
||||
cd $env:APPVEYOR_BUILD_FOLDER\work\build\snorenotify
|
||||
|
|
Loading…
Reference in New Issue