Skip to content

Commit 85a9726

Browse files
committed
iox-#2301 Add Windows 32-bit build to CI
1 parent b9017b6 commit 85a9726

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@ jobs:
191191
uses: ./.github/actions/install-iceoryx-deps-and-clang
192192
- run: ./tools/ci/build-test-ubuntu.sh 32-bit-x86
193193

194+
build-test-windows-32-bit:
195+
# prevent stuck jobs consuming runners for 6 hours
196+
timeout-minutes: 60
197+
runs-on: windows-latest
198+
needs: pre-flight-check
199+
steps:
200+
- uses: actions/checkout@v4
201+
- run: ./tools/ci/build-test-windows.ps1 -toolchain MSVC -architecture 32-bit
202+
shell: powershell
203+
194204
build-test-ubuntu-32-64-bit-mix-mode:
195205
# prevent stuck jobs consuming runners for 6 hours
196206
timeout-minutes: 60

0 commit comments

Comments
 (0)