From 333e107699a7d84d3a91a45e67eb03c7467b7f7e Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Wed, 11 Oct 2017 18:57:15 +0100 Subject: [PATCH] Appveyor --- .appveyor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yaml b/.appveyor.yaml index 7ef7a09..9afb605 100644 --- a/.appveyor.yaml +++ b/.appveyor.yaml @@ -6,5 +6,5 @@ build_script: - mkdir build - cd build - cmake .. - - make + - cmake --build . - ./test.exe