Skip to content

Updated the changelog. #10

Updated the changelog.

Updated the changelog. #10

Workflow file for this run

name: MISRA Check
on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install cppcheck
- name: Checkout tests repository
uses: actions/checkout@v3
with:
repository: feaser/microtbx-tests
submodules: true
- name: Checkout microtbx repository
uses: actions/checkout@v3
with:
repository: feaser/microtbx
path: 'third_party/microtbx'
- name: Checkout repository
uses: actions/checkout@v3
with:
path: 'third_party/microtbx-modbus'
- name: Generate build environment
working-directory: build
run: cmake ..
- name: Perform MISRA compliance check
working-directory: build/tests/modbus/LINUX_PC
run: make microtbx_modbus_MISRA