Skip to content

Add example-application directory and update build command #11

Add example-application directory and update build command

Add example-application directory and update build command #11

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
env:
CMAKE_PREFIX_PATH: /opt/toolchains
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
path: example-application
- name: Initialize
working-directory: .
run: |
west init -l .
west update -o=--depth=1 -n
- name: Build example
working-directory: example-application
run: |
west build -b swan_r5 example