Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2301 Add CI for 32<->64 bit mix mode
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Sep 23, 2024
1 parent d51ed3d commit d824011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ jobs:
uses: actions/checkout@v4
- name: Install iceoryx dependencies and clang-tidy
uses: ./.github/actions/install-iceoryx-deps-and-clang
- name: Build and test 32 bit
- run: ./tools/ci/build-test-ubuntu.sh 32-bit-x86
- name: Build and test 32<->64 bit mix mode
- run: ./tools/ci/build-test-32-64-bit-mix-mode.sh

# Bazel sanity check
build-test-ubuntu-bazel:
Expand Down

0 comments on commit d824011

Please sign in to comment.