Home
last modified time | relevance | path

Searched +full:- +full:b (Results 1 – 2 of 2) sorted by relevance

/hal_intel-3.6.0/.github/workflows/
Diut_zephyr_build.yml7 - cron: '0 20 * * 2,6'
11 runs-on: ubuntu-22.04
13 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
15 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
18 - name: Apply container owner mismatch workaround
24 git config --global --add safe.directory ${GITHUB_WORKSPACE}
26 - name: Checkout Zephyr
30 - name: Checkout Intel HAL
35 - name: Build IUT Test for ISH 5.4.1
37 west build -b intel_ish_5_4_1 modules/hal/intel/zephyr/iut_test -d iut_build_5_4_1
[all …]
Dsedi_docs_update.yml9 runs-on: ubuntu-22.04
16 - name: Checkout Code
19 - name: Git Prepare
22 git config --global user.email "intel_hal@intel.github.com"
23 git config --global user.name "Intel HAL Docs Robot"
26 - name: Install Doxygen Tools
28 sudo apt-get update
29 sudo apt-get install -y graphviz doxygen
31 - name: Run Doxygen
34 - name: Deploy New Doc
[all …]