Skip to content
Snippets Groups Projects
Commit caad866d authored by Lars Bilke's avatar Lars Bilke
Browse files

[Appveyor] Shared libs and eigen dynamic matrices to speed things up.

parent 539d346c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ before_build:
build_script:
- mkdir build & cd build
- conan install ..
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration%
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration% -DBUILD_SHARED_LIBS=ON -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON
- cmake --build . --config %configuration%
test_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment