From 7e4e9d50761053d845d8920f647bdea7c480befa Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Tue, 8 Nov 2016 11:07:35 +0100 Subject: [PATCH] Useless make tests in appveyor --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6c378f4..2596403 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,5 +19,4 @@ build_script: - cd c:\projects\nlopt - cmake -G "%CMAKE_PLATFORM%" -DBUILD_SHARED_LIBS=OFF -DWITH_CXX=ON -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" . - cmake --build . --config %Configuration% --target install - - cmake --build . --config %Configuration% --target tests - ctest -C %Configuration% --output-on-failure --timeout 100 -- 2.30.2