File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments