From 519c1107401e93188595e8fcedd8a644d3f38e14 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Wed, 11 Oct 2017 18:59:20 +0100 Subject: [PATCH] Appveyor --- .appveyor.yaml | 10 ---------- .appveyor.yml | 8 +++----- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 .appveyor.yaml diff --git a/.appveyor.yaml b/.appveyor.yaml deleted file mode 100644 index 9afb605..0000000 --- a/.appveyor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -image: -- Visual Studio 2015 -- Visual Studio 2017 - -build_script: - - mkdir build - - cd build - - cmake .. - - cmake --build . - - ./test.exe diff --git a/.appveyor.yml b/.appveyor.yml index 4745185..46e909e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,12 +1,10 @@ os: - - Visual Studio 2015 - -configuration: - - Debug +- Visual Studio 2015 +- Visual Studio 2017 build_script: - mkdir build - cd build - cmake .. - - make + - cmake --build . - ./test.exe