Skip to content

West manifest usage and ZSWatch rev 3 support #88

West manifest usage and ZSWatch rev 3 support

West manifest usage and ZSWatch rev 3 support #88

Workflow file for this run

name: Build
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
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:
path: ZSWatch
submodules: recursive
- name: Initialize
working-directory: ZSWatch
run: |
west init -l app
west update -o=--depth=1 -n
- name: Build firmware
working-directory: ZSWatch
run: |
west build app -p -b zswatch_nrf5340_cpuapp@3 -- -DOVERLAY_CONFIG="boards/debug.conf"