Home
last modified time | relevance | path

Searched +full:junit +full:- +full:clang (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/.github/workflows/
Dclang.yaml1 name: Build with Clang/LLVM
6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on: zephyr-runner-linux-x64-4xlarge
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
15 options: '--entrypoint /bin/bash'
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
19 fail-fast: false
[all …]