From e53aa727e02f1d951409599b09b27f00d7efee21 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Wed, 11 Oct 2017 19:43:39 +0100 Subject: [PATCH] Appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 46e909e..c066679 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,4 +7,4 @@ build_script: - cd build - cmake .. - cmake --build . - - ./test.exe + - test.exe