From cb05a82c6cf5e5bf588ed51c2a36760025c6fa08 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Wed, 11 Oct 2017 18:54:57 +0100 Subject: [PATCH] Appveyor --- .appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..4745185 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,12 @@ +os: + - Visual Studio 2015 + +configuration: + - Debug + +build_script: + - mkdir build + - cd build + - cmake .. + - make + - ./test.exe