We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9017b6 commit 85a9726Copy full SHA for 85a9726
.github/workflows/build-test.yml
@@ -191,6 +191,16 @@ jobs:
191
uses: ./.github/actions/install-iceoryx-deps-and-clang
192
- run: ./tools/ci/build-test-ubuntu.sh 32-bit-x86
193
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
+
204
build-test-ubuntu-32-64-bit-mix-mode:
205
# prevent stuck jobs consuming runners for 6 hours
206
timeout-minutes: 60
0 commit comments