Skip to content

Commit 58285ef

Browse files
committed
Test 32 bit clang-cl
1 parent 49f3af5 commit 58285ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ jobs:
736736
fail-fast: false
737737
matrix:
738738
build_type: [Debug]
739+
arch: [x64, Win32]
739740
steps:
740741
- uses: actions/checkout@v4
741742
- name: Enable Developer Command Prompt
@@ -746,6 +747,7 @@ jobs:
746747
cd build
747748
cmake .. `
748749
-T ClangCL `
750+
-A ${{matrix.arch}} `
749751
-DCPPTRACE_WERROR_BUILD=On `
750752
-DCPPTRACE_BUILD_TESTING=On
751753
cmake --build . --config ${{matrix.build_type}}

0 commit comments

Comments
 (0)