Skip to content
Snippets Groups Projects
Release including all the base elements for a development framework for the C/C++ part of the code:
- working venv with all required dependancies (incl. Cspice and fitsio)
- working autodoc for C
- working diagnostic tools for C code (cppcheck and clang-tidy)
- working first stages CI/CD:
    - venv setup
    - main program compilation
    - documentation compilation
    - cppcheck
    - clang-tidy