Searched +full:- +full:- +full:oneline (Results 1 – 6 of 6) sorted by relevance
7 runs-on: ubuntu-22.0410 - name: Update PATH for west14 - name: Checkout the code18 fetch-depth: 020 - name: cache-pip24 key: ${{ runner.os }}-doc-pip26 - name: Install python dependencies30 pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint33 - name: west setup37 git config --global user.email "you@example.com"[all …]
7 runs-on: ubuntu-22.0410 - name: Checkout the code14 fetch-depth: 016 - name: cache-pip20 key: ${{ runner.os }}-doc-pip22 - name: Install python dependencies28 - name: Install Packages30 sudo apt-get update31 sudo apt-get install coccinelle33 - name: Run Coding Guildeines Checks[all …]
2 # SPDX-License-Identifier: Apache-2.09 - main10 - v*-branch12 - 'scripts/build/**'13 - '.github/workflows/scripts_tests.yml'16 - main17 - v*-branch19 - 'scripts/build/**'20 - '.github/workflows/scripts_tests.yml'23 scripts-tests:[all …]
6 - ".github/workflows/bsim-tests.yaml"7 - ".github/workflows/bsim-tests-publish.yaml"8 - "west.yml"9 - "subsys/bluetooth/**"10 - "tests/bsim/**"11 - "samples/bluetooth/**"12 - "boards/posix/**"13 - "soc/posix/**"14 - "arch/posix/**"15 - "samples/net/sockets/echo_*/**"[all …]
6 - main7 - v*-branch10 - main11 - v*-branch14 - cron: '0 3 * * 0'17 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}18 cancel-in-progress: true21 twister-build-prep:22 if: github.repository_owner == 'zephyrproject-rtos'23 runs-on: zephyr-runner-linux-x64-4xlarge[all …]
6 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.415 options: '--entrypoint /bin/bash'17 - /repo-cache/zephyrproject:/github/cache/zephyrproject19 fail-fast: false23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1[all …]