Skip to content

Commit

Permalink
CI: add Windows clang targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 5, 2025
1 parent e4ac072 commit 9987b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ 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 Clang-CL", "os": "windows-latest", "cmake_options": "-T ClangCl"},
]
env:
CMAKE_OPTIONS: -DDEV_MODE=ON
CMAKE_OPTIONS: -DDEV_MODE=ON ${{ matrix.target.cmake_options }}
CMAKE_ENV: ${{ matrix.target.cmake_env }}
steps:
- name: list compilers
Expand Down

0 comments on commit 9987b09

Please sign in to comment.