Skip to content

Commit

Permalink
iox-#2301 Add Windows 32-bit build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jan 7, 2025
1 parent b9017b6 commit 85a9726
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ jobs:
uses: ./.github/actions/install-iceoryx-deps-and-clang
- run: ./tools/ci/build-test-ubuntu.sh 32-bit-x86

build-test-windows-32-bit:
# prevent stuck jobs consuming runners for 6 hours
timeout-minutes: 60
runs-on: windows-latest
needs: pre-flight-check
steps:
- uses: actions/checkout@v4
- run: ./tools/ci/build-test-windows.ps1 -toolchain MSVC -architecture 32-bit
shell: powershell

build-test-ubuntu-32-64-bit-mix-mode:
# prevent stuck jobs consuming runners for 6 hours
timeout-minutes: 60
Expand Down

0 comments on commit 85a9726

Please sign in to comment.