From 9725ce73ed0583ed954536569ffaf40c87166a47 Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Tue, 12 Sep 2017 13:32:18 +0200 Subject: [PATCH] .appveyor config --- .appveyor.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .appveyor.yaml diff --git a/.appveyor.yaml b/.appveyor.yaml new file mode 100644 index 00000000..a7134777 --- /dev/null +++ b/.appveyor.yaml @@ -0,0 +1,18 @@ +os: + - Visual Studio 2015 + +build: + verbosity: detailed + +configuration: + - Debug + +branches: + except: + - /pr\/.+/ + +install: + + + +