Skip to content

Wrote a basic CI configuration for Gitlab

Yann Pouillon requested to merge 6-enable-continuous-integration into master

Wrote a 2-step pipeline that checks that the following actions work:

  • autogen.sh, configure, make dist, make, make check, make install.
  • make distcheck (if the previous step is successful).

It makes a few artifacts (i.e. downloadable files) available for 3 days.

Once merged, automatic early detection of common maintenance issues will immediately become possible. This is just a first take on CI and can be easily tuned and extended to suit your needs.

Closes #6 (closed)

Merge request reports