Skip to content

Commit 0ef581f

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

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
@@ -275,6 +275,10 @@ jobs:
275275
# For -Wno-error=unreachable-code, please refer to https://github.com/bitcoin/bitcoin/issues/29334
276276
configure_env: 'env CXXFLAGS="-Wno-error=unreachable-code"'
277277
configure_options: '-DWERROR=ON'
278+
- name: 'Linux 64-bit, multiprocess'
279+
triplet: 'x86_64-pc-linux-gnu'
280+
depends_options: 'MULTIPROCESS=1'
281+
configure_options: '-DWERROR=ON'
278282
- name: 'MinGW-w64'
279283
triplet: 'x86_64-w64-mingw32'
280284
packages: 'g++-mingw-w64-x86-64-posix'
@@ -366,7 +370,7 @@ jobs:
366370
key: ${{ matrix.host.triplet }}${{ matrix.host.cache_suffix }}-ccache-${{ github.run_id }}
367371

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

0 commit comments

Comments
 (0)