Searched +full:junit +full:- +full:clang (Results 1 – 1 of 1) sorted by relevance
1 name: Build with Clang/LLVM6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}7 cancel-in-progress: true10 clang-build:11 if: github.repository_owner == 'zephyrproject-rtos'12 runs-on: zephyr-runner-linux-x64-4xlarge14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.715 options: '--entrypoint /bin/bash'17 - /repo-cache/zephyrproject:/github/cache/zephyrproject19 fail-fast: false[all …]