X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.appveyor.ini;fp=.appveyor.ini;h=c27fbb68bbfde33f6b596bc5fb95d73821f87d13;hp=5452b12c17f3652aef5437b64caeae00d8b4ffa1;hb=89033faf1329eafaeec6a830d68325e6a27bbd40;hpb=3d3827f561fb84e09f6c0de4ca0fff11c78c281b diff --git a/.appveyor.ini b/.appveyor.ini index 5452b12c..c27fbb68 100644 --- a/.appveyor.ini +++ b/.appveyor.ini @@ -7,6 +7,7 @@ ShallowClone = True # The variable names are case sensitive [Variables] #Root = D:\qt-sdk +APPVEYOR_BUILD_FOLDER = ${Variables:Root} # Settings applicable for all Crafts matrices # Settings are Category/key=value @@ -17,6 +18,10 @@ Paths/Python27 = C:\Python27 ShortPath/Enabled = False Compile/BuildType = Release ContinuousIntegration/Enabled = True +Packager/Destination = ${Variables:APPVEYOR_BUILD_FOLDER}/binaries + +# the version of the config +Version/ConfigVersion = 6 [BlueprintSettings] quassel/quassel.version = master