From bd548f4986fda07c432850d79deb1866e2dc4981 Mon Sep 17 00:00:00 2001 From: Carson Swope Date: Wed, 28 Aug 2024 14:20:53 -0600 Subject: [PATCH] add win build to jenkins, #5 (use ninja cmake generator) --- bfx/build_win.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfx/build_win.ps1 b/bfx/build_win.ps1 index d8f1ab3b156a8..4946fe93adf54 100644 --- a/bfx/build_win.ps1 +++ b/bfx/build_win.ps1 @@ -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 `