Skip to content
flywire edited this page Jun 17, 2020 · 2 revisions

Welcome to the travis_cpp_tutorial wiki!

Developer Notes

The tutorial is in a repository that uses other repositories as Submodules. Both the MkDocs Snippets extension and displaying documentation off-line requires files to be local.

  • Execute the following command from the directory to have the branch tree installed in:

git clone -b develop --recurse-submodules https://github.com/flywire/travis_cpp_tutorial

  • To update:

git submodule update --init --recursive

  • Install MkDocs and extensions in Python:

pip3 install mkdocs mkdocs-material mkdocs-material-extensions pymdown-extensions markdown-blockdiag

Clone this wiki locally