Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@ jobs:
uses: actions/checkout@v4
- name: Install iceoryx dependencies and clang-tidy
uses: ./.github/actions/install-iceoryx-deps-and-clang
- run: ./tools/ci/build-test-ubuntu-bazel.sh
- name: Set up Bazel
uses: bazel-contrib/[email protected]
- name: Build & test with bazel
env:
USE_BAZEL_VERSION: "7.4.1"
run: ./tools/ci/build-test-ubuntu-bazel.sh

coverage-and-docs:
# prevent stuck jobs consuming runners for 6 hours
Expand Down
Loading