Skip to content

[Fixed] BFCP primitives handling #45

[Fixed] BFCP primitives handling

[Fixed] BFCP primitives handling #45

Workflow file for this run

name: ccheck
on: [push, pull_request]
jobs:
ccheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ccheck
run: |
test/ccheck.py -e baresipbus.* -e Makefile
- name: CMakeLint
run: |
pip install cmakelint
find . -name "CMakeLists.txt" -exec ~/.local/bin/cmakelint {} +
find . -name "*.cmake" -exec ~/.local/bin/cmakelint {} +