Skip to content

Commit

Permalink
[ci] Adding Windows on ARM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Sep 19, 2024
1 parent 09bd812 commit eb01b60
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,25 @@ jobs:
set CC=icx.exe
Powershell.exe -ExecutionPolicy RemoteSigned -File scripts\build_win.ps1 Ninja -DTBB_VERSION=2021.1.1 -DTBB_HASH="" -DBUILD_TOOLS=ON
#build-windows-arm64-msvc:
# secrets: inherit
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
# with:
# runs-on: '["Windows", "ARM64"]'
# cmd: |
# scripts/build.bat "Visual Studio 17 2022" "v143" '"-A ARM64"' '"-DBUILD_TBB_FROM_SOURCE=ON"' '"-DDOWNLOAD_ISPC=OFF"' '"-DBUILD_OIDN=OFF"'

build-windows-arm64-llvm:
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
runs-on: '["Windows", "ARM64"]'
shell: cmd
cmd: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsarm64.bat"
set CXX=clang-cl.exe
set CC=clang-cl.exe
Powershell.exe -ExecutionPolicy RemoteSigned -File scripts\build_win.ps1 Ninja -DBUILD_TBB_FROM_SOURCE=ON -DBUILD_TBB_FROM_SOURCE=ON -DBUILD_TBB_FROM_SOURCE=ON -DDOWNLOAD_ISPC=ON -DBUILD_OIDN=ON
### Build MacOS Jobs ###

Expand Down

0 comments on commit eb01b60

Please sign in to comment.