1 parent 49f3af5 commit 58285efCopy full SHA for 58285ef
1 file changed
.github/workflows/ci.yml
@@ -736,6 +736,7 @@ jobs:
736
fail-fast: false
737
matrix:
738
build_type: [Debug]
739
+ arch: [x64, Win32]
740
steps:
741
- uses: actions/checkout@v4
742
- name: Enable Developer Command Prompt
@@ -746,6 +747,7 @@ jobs:
746
747
cd build
748
cmake .. `
749
-T ClangCL `
750
+ -A ${{matrix.arch}} `
751
-DCPPTRACE_WERROR_BUILD=On `
752
-DCPPTRACE_BUILD_TESTING=On
753
cmake --build . --config ${{matrix.build_type}}
0 commit comments