Skip to content

feat: add 9161 device #14

feat: add 9161 device

feat: add 9161 device #14

on:
pull_request:
branches:
- master
push:
branches:
- feat/ci-cd-test-flow
jobs:
build-in-zyphyr-ci-container:
runs-on: ubuntu-22.04
container: ghcr.io/zephyrproject-rtos/ci:v0.26.9
env:
CMAKE_PREFIX_PATH: /opt/toolchains
strategy:
matrix:
board: [nrf9160dk_nrf9160_ns, nrf9161dk_nrf9161_ns, thingy91_nrf9160_ns]
# board: [thingy91_nrf9160_ns, nrf9160dk_nrf9160_ns, nrf9161dk_nrf9161_ns, actinius_icarus_ns]
steps:
- name: Initialize workspace
run: |
west init -m https://github.com/${GITHUB_REPOSITORY}
west update -o=--depth=1 -n
- name: Build firmware
working-directory: modules/lib/onomondo-softsim/samples/softsim_static_profile
run: |
west build \
--pristine=always \
--board ${{ matrix.board }}