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

Finally running unit test on windows powershell hopefully.

parent 44535004
No related merge requests found
...@@ -306,8 +306,7 @@ windows: ...@@ -306,8 +306,7 @@ windows:
- cd build - cd build
- cmake .. -DBUILD_VF_CPU=OFF -DBUILD_VF_GPU=ON -DBUILD_VF_UNIT_TESTS=ON -G "$env:CMAKE_GENERATOR" .. - cmake .. -DBUILD_VF_CPU=OFF -DBUILD_VF_GPU=ON -DBUILD_VF_UNIT_TESTS=ON -G "$env:CMAKE_GENERATOR" ..
- MSBuild.exe VirtualFluids.sln /property:Configuration=$env:BUILD_CONFIGURATION /verbosity:minimal /maxcpucount:4 - MSBuild.exe VirtualFluids.sln /property:Configuration=$env:BUILD_CONFIGURATION /verbosity:minimal /maxcpucount:4
- echo $env:BUILD_CONFIGURATION - & ".\bin\$env:BUILD_CONFIGURATION\basicsTests.exe"
- .\bin\"$env:BUILD_CONFIGURATION"\basicsTests.exe
variables: variables:
CMAKE_GENERATOR: "Visual Studio 16 2019" CMAKE_GENERATOR: "Visual Studio 16 2019"
......
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