From: Manuel Nickschas Date: Sun, 31 Jan 2016 22:05:25 +0000 (+0100) Subject: Merge pull request #173 from TheOneRing/snor_next X-Git-Tag: travis-deploy-test~533 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=b1eb0bfaa5019e3b5a58ff8086d22c2764d6e419 Merge pull request #173 from TheOneRing/snor_next Fix build with snorenotify 0.7 --- b1eb0bfaa5019e3b5a58ff8086d22c2764d6e419 diff --cc appveyor.yml index 743531d1,cd353637..a97c2e26 --- a/appveyor.yml +++ b/appveyor.yml @@@ -10,9 -10,9 +10,9 @@@ build_script Import-Module $env:APPVEYOR_BUILD_FOLDER\work\appveyorHelp.psm1 - Init @("ninja", "png2ico", "nsis") ([ordered]@{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"}; + Init @("ninja", "png2ico", "nsis", "7zip.commandline") ([ordered]@{"git://anongit.kde.org/extra-cmake-modules.git" = @{"branch" = "master"}; "https://github.com/Snorenotify/SnoreGrowl.git" = @{"branch" = "v0.4.0"; "buildType" = "Release"}; - "git://anongit.kde.org/snorenotify.git" = @{"branch" = "v0.6.0"; "buildType" = "Release"}}) + "git://anongit.kde.org/snorenotify.git" = @{"branch" = "v0.7.0"; "buildType" = "Release"}}) mkdir -Force $env:APPVEYOR_BUILD_FOLDER\work\build\$env:APPVEYOR_PROJECT_NAME