Home
last modified time | relevance | path

Searched +full:- +full:- +full:oneline (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/.github/workflows/
Dcompliance.yml7 runs-on: ubuntu-22.04
10 - name: Update PATH for west
14 - name: Checkout the code
18 fetch-depth: 0
20 - name: cache-pip
24 key: ${{ runner.os }}-doc-pip
26 - name: Install python dependencies
30 pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint
33 - name: west setup
37 git config --global user.email "you@example.com"
[all …]
Dcoding_guidelines.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
14 fetch-depth: 0
16 - name: cache-pip
20 key: ${{ runner.os }}-doc-pip
22 - name: Install python dependencies
28 - name: Install Packages
30 sudo apt-get update
31 sudo apt-get install coccinelle
33 - name: Run Coding Guildeines Checks
[all …]
Dscripts_tests.yml2 # SPDX-License-Identifier: Apache-2.0
9 - main
10 - v*-branch
12 - 'scripts/build/**'
13 - '.github/workflows/scripts_tests.yml'
16 - main
17 - v*-branch
19 - 'scripts/build/**'
20 - '.github/workflows/scripts_tests.yml'
23 scripts-tests:
[all …]
Dbsim-tests.yaml6 - ".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 …]
Dtwister.yaml6 - main
7 - v*-branch
10 - main
11 - v*-branch
14 - cron: '0 3 * * 0'
17 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
18 cancel-in-progress: true
21 twister-build-prep:
22 if: github.repository_owner == 'zephyrproject-rtos'
23 runs-on: zephyr-runner-linux-x64-4xlarge
[all …]
Dclang.yaml6 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.4
15 options: '--entrypoint /bin/bash'
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
19 fail-fast: false
23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
[all …]