We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ce077 commit cb66647Copy full SHA for cb66647
.github/workflows/cmake.yml
@@ -273,6 +273,10 @@ jobs:
273
cxx_compiler: 'clang++-14 -m32'
274
depends_options: ''
275
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'
280
- name: 'MinGW-w64'
281
triplet: 'x86_64-w64-mingw32'
282
packages: 'g++-mingw-w64-x86-64-posix'
0 commit comments