Skip to content
Snippets Groups Projects
Commit 8b854779 authored by Soeren Peters's avatar Soeren Peters
Browse files

Call cmake.

parent c35beeea
No related branches found
No related tags found
No related merge requests found
......@@ -300,4 +300,10 @@ windows:
script:
- cd $CI_PROJECT_DIR
- dir
- mkdir build
- cd build
- cmake .. -DBUILD_VF_CPU=OFF -DBUILD_VF_GPU=ON -DBUILD_VF_UNIT_TESTS=ON -G "$CMAKE_GENERATOR" ..
#- MSBuild.exe walberla.sln /property:Configuration=$BUILD_CONFIGURATION /verbosity:minimal /maxcpucount:4
variables:
CMAKE_GENERATOR: "Visual Studio 16 2019 Win64"
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