Skip to content

Ci pipeline

David Diederich requested to merge (removed):ci-pipeline into master

This introduces a basic CI pipeline for OpenVDS, with three stages:

  1. Build a Docker Image that includes the development dependencies of OpenVDS. This is configured by the build-environment.Dockerfile file. When built, the image is stored on community's docker registry, tagged by the SHA1 of the HEAD commit
  2. Configure the build environment with CMake, then use Make to build it
  3. Run the unit tests with make test

Merge request reports