docs(diagrams): add diagrams using graphviz (#1228)

This commit is contained in:
ReenigneArcher 2023-04-27 18:28:16 -04:00 committed by GitHub
commit 82d6bc28c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 33 additions and 15 deletions

View file

@ -11,18 +11,8 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
## apt packages required packages to run cmake on sunshine, note that additional packages are required
# apt_packages:
# - cmake
# - libboost-filesystem-dev
# - libboost-log-dev
# - libboost-thread-dev
## run cmake
# jobs:
# pre_build:
# - cmake .
apt_packages:
- graphviz
## Include the submodules, required for cmake
# submodules: