Skip to content

Commit

Permalink
Revert "refactor(ci): remove clang-cl"
Browse files Browse the repository at this point in the history
This reverts commit 72ba829.
  • Loading branch information
Curve committed Oct 24, 2024
1 parent 859797b commit 5ff7664
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

matrix:
config: [Release, Debug]
type: [gcc, clang, msvc]
type: [gcc, clang, msvc, clang-cl]

include:
- type: gcc
Expand All @@ -24,6 +24,9 @@ jobs:
container: archlinux:base-devel
deps: pacman --noconfirm -Syu git cmake clang ninja make

- type: clang-cl
cmake_args: -T ClangCL -A x64

runs-on: ${{ (contains(matrix.type, 'msvc') || contains(matrix.type, 'clang-cl')) && 'windows-latest' || 'ubuntu-latest' }}
container: ${{ matrix.container }}

Expand Down

0 comments on commit 5ff7664

Please sign in to comment.