X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.appveyor.ini;h=b785aac600312381fd4c7750d32ba1e9774d62f1;hp=5452b12c17f3652aef5437b64caeae00d8b4ffa1;hb=73db06f859484ffa6c2ce2f3953d9b448688088d;hpb=564126810aaf834bac66c8f7718d99f159185ce6 diff --git a/.appveyor.ini b/.appveyor.ini index 5452b12c..b785aac6 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,14 +18,17 @@ 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 +libs/dbus.ignored = True binary/mysql.ignored = True - -[windows-msvc2017_32-cl] -General/ABI = windows-msvc2017_32-cl +libs/llvm-meta.ignored = True [windows-msvc2017_64-cl] General/ABI = windows-msvc2017_64-cl