summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: import F29 keyErnestas Kulik2018-03-031-0/+2
| | | | | Rawhide already features some F29 packages, but the key is not installed.
* CI: disable coverage reportErnestas Kulik2018-02-261-14/+15
| | | | | gcovr is broken with GCC 8 due to changes in Gcov report format. Revert when https://github.com/gcovr/gcovr/pull/228 is merged.
* CI: use Rawhide imageErnestas Kulik2018-02-261-1/+1
| | | | | Since we’re going to depend on an unstable GLib version that isn’t in F27 repos, this might be something we want to do.
* CI: report code coverageErnestas Kulik2018-01-081-4/+23
|
* CI: Only run displayless testsCarlos Soriano2018-01-061-1/+1
|
* CI: Use a simple stage, we are not that fancyCarlos Soriano2018-01-051-8/+1
|
* CI: Enable cacheCarlos Soriano2018-01-051-1/+4
|
* CI: fix indentationCarlos Soriano2018-01-051-1/+1
|
* CI: Add test phaseCarlos Soriano2018-01-051-0/+5
|
* CI: Install meson from FedoraCarlos Soriano2018-01-051-2/+1
| | | | Using a newer enough system there is no need to install from pip, that seems was giving some issues.
* CI: Use the correct pip commandCarlos Soriano2018-01-031-3/+2
|
* CI: drop unused dependenciesErnestas Kulik2018-01-021-3/+3
|
* CI: Install meson from pipCarlos Soriano2018-01-021-0/+1
| | | We always need the latest one.
* CI: use F27 image for updated GTK+Ernestas Kulik2017-12-081-1/+1
|
* CI: Update for latest gexiv2 additionCarlos Soriano2017-11-201-1/+1
|
* ci: Add initial gitlab continuous integrationFlorian Müllner2017-10-291-0/+17
Eventually we want continuous integration based on flatpak-builder, but for now use a Fedora docker image. Do not run the test suite for now, as some of the tests require access to the display server and we'll still need to figure out how to provide that ...