Skip to content

Commit

Permalink
add win build to jenkins, microsoft#3
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonswope committed Aug 28, 2024
1 parent 8faec6c commit fa7ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfx/build_win_jenkins.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd %WORKSPACE%

CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
CALL "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvars64.bat"

REM jenkins adds a path to jre that is wrapped by double quotes to PATH and __VSCMD_PREINIT_PATH. remove the double quotes to make msvc & nvcc happy!
SET PATH=%PATH:"=%
Expand Down

0 comments on commit fa7ab04

Please sign in to comment.