From b7a1c752587d17c4b031e2da079e4e27555f25f0 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Wed, 11 Oct 2017 18:56:21 +0100 Subject: [PATCH] Appveyor --- .appveyor.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .appveyor.yaml diff --git a/.appveyor.yaml b/.appveyor.yaml new file mode 100644 index 0000000..7ef7a09 --- /dev/null +++ b/.appveyor.yaml @@ -0,0 +1,10 @@ +image: +- Visual Studio 2015 +- Visual Studio 2017 + +build_script: + - mkdir build + - cd build + - cmake .. + - make + - ./test.exe