From 61a62ec9b1f4a11df76a70a7e5dd2a40f050f477 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 13 Oct 2018 22:35:18 -0500 Subject: [PATCH] Added appveyor.yml to allow for CI --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appveyor.yml 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