From e7a43dba02254378a982ca5a2598cf4b5fe4b984 Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Sat, 21 Oct 2017 13:35:52 +0300 Subject: [PATCH] Only build tests on AppVeyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c14d8ffe..2d1e1cc8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ configuration: - Release build_script: - git submodule update --init --recursive - - cmake -DAMGCL_BUILD_TESTS=ON -DAMGCL_BUILD_EXAMPLES=ON -DAMGCL_DISABLE_RARE_COMPONENTS=ON . -Bbuild + - cmake . -DAMGCL_BUILD_TESTS=ON -Bbuild - cmake --build build --config Release test_script: - cd build