chiark / gitweb /
Cleaner way to fix ctest (#144)
[nlopt.git] / appveyor.yml
index 259640349b1e22587f31eb7cbe8604a334d9fc18..6ded27081e811ff6b004ed3b6c1f3d0eaee19582 100644 (file)
@@ -11,12 +11,12 @@ environment:
   matrix:
     - CMAKE_PLATFORM: "Visual Studio 14 2015"
     - CMAKE_PLATFORM: "Visual Studio 14 2015 Win64"
-#install:
-  #- cinstall: python
+install:
+  - cinstall: python
   #- choco install swig
 build_script:
   - echo Running cmake...
   - cd c:\projects\nlopt
-  - cmake -G "%CMAKE_PLATFORM%" -DBUILD_SHARED_LIBS=OFF -DWITH_CXX=ON -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" .
+  - cmake -G "%CMAKE_PLATFORM%" -DWITH_CXX=ON -DCMAKE_INSTALL_PREFIX="C:\projects\nlopt\install" .
   - cmake --build . --config %Configuration% --target install
   - ctest -C %Configuration% --output-on-failure --timeout 100