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