Searched +full:- +full:b (Results 1 – 2 of 2) sorted by relevance
7 - cron: '0 20 * * 2,6'11 runs-on: ubuntu-22.0413 image: ghcr.io/zephyrproject-rtos/ci:v0.26.415 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.118 - name: Apply container owner mismatch workaround24 git config --global --add safe.directory ${GITHUB_WORKSPACE}26 - name: Checkout Zephyr30 - name: Checkout Intel HAL35 - name: Build IUT Test for ISH 5.4.137 west build -b intel_ish_5_4_1 modules/hal/intel/zephyr/iut_test -d iut_build_5_4_1[all …]
9 runs-on: ubuntu-22.0416 - name: Checkout Code19 - name: Git Prepare22 git config --global user.email "intel_hal@intel.github.com"23 git config --global user.name "Intel HAL Docs Robot"26 - name: Install Doxygen Tools28 sudo apt-get update29 sudo apt-get install -y graphviz doxygen31 - name: Run Doxygen34 - name: Deploy New Doc[all …]