X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.appveyor.ini;fp=.appveyor.ini;h=5452b12c17f3652aef5437b64caeae00d8b4ffa1;hp=0000000000000000000000000000000000000000;hb=564126810aaf834bac66c8f7718d99f159185ce6;hpb=c95649029bee1418b77ea2028f06b850759c7423 diff --git a/.appveyor.ini b/.appveyor.ini new file mode 100644 index 00000000..5452b12c --- /dev/null +++ b/.appveyor.ini @@ -0,0 +1,30 @@ +[General] +Command = craft +Branch = master +ShallowClone = True + +# Variables defined here override the default value +# The variable names are case sensitive +[Variables] +#Root = D:\qt-sdk + +# Settings applicable for all Crafts matrices +# Settings are Category/key=value +# Category is case sensitive +[GeneralSettings] +Paths/Python = C:\Python36 +Paths/Python27 = C:\Python27 +ShortPath/Enabled = False +Compile/BuildType = Release +ContinuousIntegration/Enabled = True + +[BlueprintSettings] +quassel/quassel.version = master + +binary/mysql.ignored = True + +[windows-msvc2017_32-cl] +General/ABI = windows-msvc2017_32-cl + +[windows-msvc2017_64-cl] +General/ABI = windows-msvc2017_64-cl