chiark / gitweb /
Update the Python example for py3k compatibility
[nlopt.git] / 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