Skip to content

Commit

Permalink
CI: add Windows arm64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 5, 2025
1 parent 9987b09 commit 52d390d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
{"name": "macOS arm64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"},
{"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"},
{"name": "Windows", "os": "windows-latest"},
{"name": "Windows Arm64", "os": "windows-latest", "cmake_options": "-T ClangCl -A arm64"},
{"name": "Windows Clang-CL", "os": "windows-latest", "cmake_options": "-T ClangCl"},
{"name": "WinArm64 Clang-CL","os": "windows-latest", "cmake_options": "-T ClangCl -A arm64"},
]
env:
CMAKE_OPTIONS: -DDEV_MODE=ON ${{ matrix.target.cmake_options }}
Expand Down

0 comments on commit 52d390d

Please sign in to comment.