Commit 3542d08 1 parent 4e32c98 commit 3542d08 Copy full SHA for 3542d08
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,10 @@ jobs:
273
273
cxx_compiler : ' clang++-14 -m32'
274
274
depends_options : ' '
275
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'
276
280
- name : ' MinGW-w64'
277
281
triplet : ' x86_64-w64-mingw32'
278
282
packages : ' g++-mingw-w64-x86-64-posix'
@@ -364,7 +368,7 @@ jobs:
364
368
key : ${{ matrix.host.triplet }}${{ matrix.host.cache_suffix }}-ccache-${{ github.run_id }}
365
369
366
370
- 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' }}
368
372
run : |
369
373
ctest --test-dir build -j $(nproc)
370
374
You can’t perform that action at this time.
0 commit comments