chiark / gitweb /
Useless make tests in appveyor
authorJulien Schueller <schueller@phimeca.com>
Tue, 8 Nov 2016 10:07:35 +0000 (11:07 +0100)
committerJulien Schueller <schueller@phimeca.com>
Tue, 8 Nov 2016 10:07:35 +0000 (11:07 +0100)
appveyor.yml

index 6c378f47505b1b9faf249f47a3df07eae410de9d..259640349b1e22587f31eb7cbe8604a334d9fc18 100644 (file)
@@ -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