Skip to content

add function for RPC calls #142

add function for RPC calls

add function for RPC calls #142

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
container: ghcr.io/zephyrproject-rtos/ci:v0.26.5
env:
CMAKE_PREFIX_PATH: /opt/toolchains
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: thingsboard
- name: Initialize
run: |
west init -l thingsboard
west update -o=--depth=1 -n
- name: Install Python Dependencies
run: pip install -r thingsboard/scripts/requirements.txt
- name: Twister Tests
# bash is needed for source to be working
shell: bash
run: |
source zephyr/zephyr-env.sh
zephyr/scripts/twister -i -T thingsboard