Skip to content

Enable GitLab CI

Sam Thursfield requested to merge sam/ci into master

This tests that tracker-miners can be built from source using Autotools and Meson, and that all of the unit tests run successfully.

There are various improvements that could be made:

  • Pre-create a Docker image with the build dependencies installed, so that we don't wait for dnf on every build.
  • Fix the functional tests and enable them for every build.
  • Remove the Autotools build system altogether and use Meson for everything \o/

Merge request reports