Lines Matching +full:zephyrproject +full:- +full:rtos
7 - cron: '0 20 * * 2,6'
9 permissions: read-all
13 runs-on: ubuntu-22.04
15 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
17 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
20 - name: Apply container owner mismatch workaround
26 git config --global --add safe.directory ${GITHUB_WORKSPACE}
28 - name: Checkout Zephyr
32 - name: Checkout Intel HAL
37 - name: Build IUT Test for ISH 5.4.1
39 west build -b intel_ish_5_4_1 modules/hal/intel/zephyr/iut_test -d iut_build_5_4_1
41 - name: Build IUT Test for ISH 5.6.0
43 west build -b intel_ish_5_6_0 modules/hal/intel/zephyr/iut_test -d iut_build_5_6_0
45 - name: Build IUT Test for ISH 5.8.0
47 west build -b intel_ish_5_8_0 modules/hal/intel/zephyr/iut_test -d iut_build_5_8_0