Skip to content

Commit eb01b60

Browse files
[ci] Adding Windows on ARM CI
1 parent 09bd812 commit eb01b60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

+19
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,25 @@ jobs:
107107
set CC=icx.exe
108108
Powershell.exe -ExecutionPolicy RemoteSigned -File scripts\build_win.ps1 Ninja -DTBB_VERSION=2021.1.1 -DTBB_HASH="" -DBUILD_TOOLS=ON
109109
110+
#build-windows-arm64-msvc:
111+
# secrets: inherit
112+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
113+
# with:
114+
# runs-on: '["Windows", "ARM64"]'
115+
# cmd: |
116+
# scripts/build.bat "Visual Studio 17 2022" "v143" '"-A ARM64"' '"-DBUILD_TBB_FROM_SOURCE=ON"' '"-DDOWNLOAD_ISPC=OFF"' '"-DBUILD_OIDN=OFF"'
117+
118+
build-windows-arm64-llvm:
119+
secrets: inherit
120+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
121+
with:
122+
runs-on: '["Windows", "ARM64"]'
123+
shell: cmd
124+
cmd: |
125+
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsarm64.bat"
126+
set CXX=clang-cl.exe
127+
set CC=clang-cl.exe
128+
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
110129
111130
### Build MacOS Jobs ###
112131

0 commit comments

Comments
 (0)