diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..c9b6cd81 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,7 @@ +version: '{branch}-{build}' +pull_requests: + do_not_increment_build_number: true +configuration: Release +platform: x64 +build: + verbosity: minimal \ No newline at end of file