chiark / gitweb /
Use deterministic test seed
[nlopt.git] / appveyor.yml
index 2d4a73a91bfb9baa35a21a95ac3c8ee89f20905e..3fa6abaf44c1172a63dfdfb8f5eb3e79003e2b12 100644 (file)
@@ -17,7 +17,6 @@ install:
 build_script:
   - echo Running cmake...
   - cd c:\projects\nlopt
-  - cmake -G "%CMAKE_PLATFORM%" -DWITH_CXX=ON -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" .
+  - cmake -G "%CMAKE_PLATFORM%" -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" .
   - cmake --build . --config %Configuration% --target install
-  - xcopy Release\nlopt_cxx.dll test\Release
   - ctest -C %Configuration% --output-on-failure --timeout 100