Continuous Integration using Gitlab

Continuous integration for this repository is set up using Gitlab CI. The gitlab-ci.yml at the root of the repository defines automatic workflows to execute on a specified action (such as commit, merge, etc.).

Currently, the only workflow that is being executed on commits/pushes to the default (here: main) branch of the repository. This triggers two actions

  • building the source code of the app and deploy it to Gitlab Pages.

  • building this documentation and deploy it to Gitlab Pages.