From bf0b9e27d720f17d4218173722d9995559b6811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Wed, 13 Jun 2018 09:46:34 +0200 Subject: [PATCH] enable tests on appveyor ci --- .appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.sh b/.appveyor.sh index 006532e..d14530b 100755 --- a/.appveyor.sh +++ b/.appveyor.sh @@ -3,5 +3,5 @@ git submodule update --init --recursive mkdir -p build cd build export PATH="/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" -exec sh -c "cmake -G\"MSYS Makefiles\" -DCMAKE_INSTALL_PREFIX=/mingw64 -DBUILD_TESTING=1 .. && make" +exec sh -c "cmake -G\"MSYS Makefiles\" -DCMAKE_INSTALL_PREFIX=/mingw64 -DBUILD_TESTING=1 .. && make && make test"