|
22 | 22 | runs-on: '[ "Windows", "build" ]' |
23 | 23 | artifact-out: build-windows-msvc15 |
24 | 24 | artifact-path: ./build/install |
25 | | - cmd: .github\scripts\build.bat "Visual Studio 15 2017 Win64" "Release" |
| 25 | + cmd: .github\scripts\build.bat "Visual Studio 15 2017 Win64" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"' |
26 | 26 |
|
27 | 27 | test-windows-msvc15: |
28 | 28 | needs: build-windows-msvc15 |
|
43 | 43 | runs-on: '[ "Windows", "build" ]' |
44 | 44 | artifact-out: build-windows-msvc16 |
45 | 45 | artifact-path: ./build/install |
46 | | - cmd: .github\scripts\build.bat "Visual Studio 16 2019" "Release" |
| 46 | + cmd: .github\scripts\build.bat "Visual Studio 16 2019" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"' |
47 | 47 |
|
48 | 48 | test-windows-msvc16: |
49 | 49 | needs: build-windows-msvc16 |
|
65 | 65 | runs-on: '[ "Windows", "build" ]' |
66 | 66 | artifact-out: build-windows-msvc17 |
67 | 67 | artifact-path: ./build/install |
| 68 | + cmd: .github\scripts\build.bat "Visual Studio 17 2022" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"' |
| 69 | + |
| 70 | + build-windows-msvc17-source: |
| 71 | + secrets: inherit |
| 72 | + uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main |
| 73 | + with: |
| 74 | + force-delete: true # guarantees .gitattributes are respected in working dir |
| 75 | + submodules: true |
| 76 | + runs-on: '[ "Windows", "build" ]' |
| 77 | + artifact-out: build-windows-msvc17-s |
| 78 | + artifact-path: ./build/install |
68 | 79 | cmd: .github\scripts\build.bat "Visual Studio 17 2022" "Release" |
69 | 80 |
|
70 | 81 | test-windows-msvc17: |
|
0 commit comments