Skip to content

Commit cb66647

Browse files
committed
fixup! ci: Test CMake edge cases
Add "Linux 64-bit, multiprocess" task.
1 parent 15ce077 commit cb66647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
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'

0 commit comments

Comments
 (0)