Skip to content

Fix issues reported by Coverity #3782

Fix issues reported by Coverity

Fix issues reported by Coverity #3782

Workflow file for this run

name: doxygen documentation
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'master' }}
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: iotivity-lite
- name: build_documentation
run: |
sudo apt-get update -y
sudo apt-get install doxygen
doxygen --version
cd ${{ github.workspace }}/iotivity-lite/tools
./build_doc.sh