Skip to content

[ported from cavs2.5-001-drop-stable] ssp-related changes #19902

[ported from cavs2.5-001-drop-stable] ssp-related changes

[ported from cavs2.5-001-drop-stable] ssp-related changes #19902

Workflow file for this run

---
name: Zephyr
# 'workflow_dispatch' allows running this workflow manually from the
# 'Actions' tab
# yamllint disable-line rule:truthy
on: [push, pull_request, workflow_dispatch]
jobs:
zephyr-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# From time to time this will catch a git tag and change SOF_VERSION
with: {fetch-depth: 10, submodules: recursive}
- name: yamllint ourselves
run: yamllint .github/workflows/zephyr.yml
- name: build
run: docker run -v "$(pwd)":/workdir
docker.io/zephyrprojectrtos/zephyr-build:v0.17.3
./zephyr/docker-build.sh