Skip to content

Commit

Permalink
add win build to jenkins, microsoft#5 (use ninja cmake generator)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonswope committed Aug 28, 2024
1 parent f232564 commit bd548f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfx/build_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ where.exe python
# now run onnxruntime build script
.\build.bat `
--config Release `
--cmake_generator "Visual Studio 16 2019" `
--cmake_generator "Ninja" `
--build_shared_lib `
--parallel `
--use_dml `
Expand Down

0 comments on commit bd548f4

Please sign in to comment.