Skip to content

Add GitLab CI script to build, test, and package glue

Leo P. Singer requested to merge leo-singer/glue:gitlab-ci into master

Note that there are some issues with the package that will cause the CI script to fail. However, I suggest merging this change onto master anyway so that we get automated testing feedback while we fix them. Here are the issues:

  1. The unit tests fail. Fix available, merge !10 (merged) first.
  2. There is a syntax error in the debian/control file. Fix available, merge !5 (merged) first.
  3. The Debian packages fail some lintian checks. Fix available, merge !14 (merged) afterward.
  4. The EL7 packages fail some rpmlint checks. Fix available, merge !17 (merged) afterward.
Edited by Leo P. Singer

Merge request reports