Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

pel. Travis

Kai Muehlbauer edited this page Sep 20, 2017 · 3 revisions

Travis-CI workflow

We use Travis-CI to build the site after comitting to the master branch.

The workflow is outlined in .travis.yml. It is similar to the local workflow, cloning the repo, initializing submodules, installing dependencies, render the page by make html and uploading by make github.

Upload is made using openradar-bot which has write access to openradar.github.io where the final html-code is stored.

Clone this wiki locally