X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=appveyor.ini;fp=appveyor.ini;h=8189a03859e70df5281f58e360bc42a44f462157;hp=0000000000000000000000000000000000000000;hb=d42211c299e2bb0d4371b7508259b26b55547d30;hpb=fe155e87ffa75bf4c13ae40311b029adba706816 diff --git a/appveyor.ini b/appveyor.ini new file mode 100644 index 00000000..8189a038 --- /dev/null +++ b/appveyor.ini @@ -0,0 +1,31 @@ +[General] +Command = craft +Branch = master +ShallowClone = True + +# Variables defined here override the default value +# The variable names are casesensitive +[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 +Packager/PackageType = MultiCollectionPackager + +[BlueprintSettings] +qt-apps/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