Skip to content

Commit 8e739cd

Browse files
committed
fixup! ci: Test CMake edge cases
Add "Linux 64-bit, multiprocess" task.
1 parent 2bcfbf7 commit 8e739cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cmake.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ jobs:
273273
cxx_compiler: 'clang++-14 -m32'
274274
depends_options: ''
275275
configure_options: '-DWERROR=ON'
276+
- name: 'Linux 64-bit, multiprocess'
277+
triplet: 'x86_64-pc-linux-gnu'
278+
depends_options: 'MULTIPROCESS=1'
279+
configure_options: '-DWERROR=ON'
276280
- name: 'MinGW-w64'
277281
triplet: 'x86_64-w64-mingw32'
278282
packages: 'g++-mingw-w64-x86-64-posix'
@@ -364,7 +368,7 @@ jobs:
364368
key: ${{ matrix.host.triplet }}${{ matrix.host.cache_suffix }}-ccache-${{ github.run_id }}
365369

366370
- name: Test
367-
if: ${{ matrix.host.triplet == 'i686-pc-linux-gnu' }}
371+
if: ${{ matrix.host.triplet == 'i686-pc-linux-gnu' || matrix.host.triplet == 'x86_64-pc-linux-gnu' }}
368372
run: |
369373
ctest --test-dir build -j $(nproc)
370374

0 commit comments

Comments
 (0)