Skip to content

ErrorCalculator.h: Add Includes #258

ErrorCalculator.h: Add Includes

ErrorCalculator.h: Add Includes #258

Workflow file for this run

name: docs
on: [push, pull_request]
jobs:
doxygen:
runs-on: ubuntu-20.04
steps:
- run: sudo apt-get install doxygen libzstd1 libzstd-dev protobuf-compiler libprotobuf17 libprotobuf-dev
- name: checkout
uses: actions/checkout@v2.3.4
- name: configure
run: cmake -S . -B "build" -D MGARD_ENABLE_DOCS=ON
- name: build
run: cmake --build "build" --target "mgard-documentation" --parallel