Skip to content
Snippets Groups Projects
Commit 551a91e0 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

fix the path to VS

parent dc7d8f95
No related branches found
No related tags found
1 merge request!177merge redundant functions (in KernelUtilities.h and DistributionHelper.cuh)
......@@ -75,7 +75,7 @@ clang_10:
- export CXX=clang++
###############################################################################
msvc_16:
msvc_17:
stage: build
tags:
......@@ -92,7 +92,7 @@ msvc_16:
- git --version
- $env:Path += ";C:\Program Files\CMake\bin\"
- cmake --version
- $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
- $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
- MSBuild.exe -version
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