Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: import F29 key | Ernestas Kulik | 2018-03-03 | 1 | -0/+2 |
| | | | | | Rawhide already features some F29 packages, but the key is not installed. | ||||
* | CI: disable coverage report | Ernestas Kulik | 2018-02-26 | 1 | -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 image | Ernestas Kulik | 2018-02-26 | 1 | -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 coverage | Ernestas Kulik | 2018-01-08 | 1 | -4/+23 |
| | |||||
* | CI: Only run displayless tests | Carlos Soriano | 2018-01-06 | 1 | -1/+1 |
| | |||||
* | CI: Use a simple stage, we are not that fancy | Carlos Soriano | 2018-01-05 | 1 | -8/+1 |
| | |||||
* | CI: Enable cache | Carlos Soriano | 2018-01-05 | 1 | -1/+4 |
| | |||||
* | CI: fix indentation | Carlos Soriano | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | CI: Add test phase | Carlos Soriano | 2018-01-05 | 1 | -0/+5 |
| | |||||
* | CI: Install meson from Fedora | Carlos Soriano | 2018-01-05 | 1 | -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 command | Carlos Soriano | 2018-01-03 | 1 | -3/+2 |
| | |||||
* | CI: drop unused dependencies | Ernestas Kulik | 2018-01-02 | 1 | -3/+3 |
| | |||||
* | CI: Install meson from pip | Carlos Soriano | 2018-01-02 | 1 | -0/+1 |
| | | | We always need the latest one. | ||||
* | CI: use F27 image for updated GTK+ | Ernestas Kulik | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | CI: Update for latest gexiv2 addition | Carlos Soriano | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | ci: Add initial gitlab continuous integration | Florian Müllner | 2017-10-29 | 1 | -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 ... |