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

[Appveyor] Same build order as on Jenkins.

parent 623d3220
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ build_script: ...@@ -46,7 +46,8 @@ build_script:
- mkdir build & cd build - mkdir build & cd build
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration% -DBUILD_SHARED_LIBS=OFF -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON -DOGS_USE_PCH=OFF -DOGS_USE_CONAN=ON # -DOGS_BUILD_GUI=ON - cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=%configuration% -DBUILD_SHARED_LIBS=OFF -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON -DOGS_USE_PCH=OFF -DOGS_USE_CONAN=ON # -DOGS_BUILD_GUI=ON
- cmake --build . --config %configuration% - cmake --build . --config %configuration%
test_script:
- cmake --build . --config %configuration% --target tests - cmake --build . --config %configuration% --target tests
- cmake --build . --config %configuration% --target ctest - cmake --build . --config %configuration% --target ctest
# - cmake . -DOGS_BUILD_GUI=ON
# - cmake --build . --config %configuration% --target DataExplorer
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