Skip to content

Add CI

Christopher Yeleighton requested to merge cyeleighton/discover:add-CI into master

Summary

This is the definition of how the package should be built (under Ubuntu) after a code change in order to prevent pushing changes that do not build.

To do

  1. Fill in the build cache so that subsequent builds use less resources.
  2. Persist the artefacts needed to actually run the tests.
  3. Move the build image from my control to the project.

Merge request reports