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

Remove && for powershell.

parent d490ad3e
No related branches found
No related tags found
3 merge requests!403minor release 0.1.1,!402minor release 0.1.1,!395Remove Variables in CI msvc build as they are not working for the artifacts anymore.
...@@ -148,7 +148,8 @@ msvc_17: ...@@ -148,7 +148,8 @@ msvc_17:
- MSBuild.exe -version - MSBuild.exe -version
script: script:
- md -force build && cd build - md -force build
- cd build
- cmake .. --preset=msvc_all -DVF_ENABLE_PYTHON_BINDINGS=OFF -DCMAKE_CUDA_ARCHITECTURES=61 -DVF_ENABLE_WARNINGS_AS_ERRORS=ON - cmake .. --preset=msvc_all -DVF_ENABLE_PYTHON_BINDINGS=OFF -DCMAKE_CUDA_ARCHITECTURES=61 -DVF_ENABLE_WARNINGS_AS_ERRORS=ON
- MSBuild.exe VirtualFluids.sln /property:Configuration=Release /verbosity:minimal /maxcpucount:4 - MSBuild.exe VirtualFluids.sln /property:Configuration=Release /verbosity:minimal /maxcpucount:4
......
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