The source project of this merge request has been removed.
Ci pipeline
This introduces a basic CI pipeline for OpenVDS, with three stages:
- 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
- Configure the build environment with CMake, then use Make to build it
- Run the unit tests with
make test