summaryrefslogtreecommitdiff
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add a timeout multiplier to the test suiteEmmanuele Bassi2019-11-261-1/+1
| | | | | Some tests may take longer because of load on the CI runner. Instead of tweaking the timing of each test, let's use a timeout multiplier.
* ci: Update the Docker imageEmmanuele Bassi2019-11-261-1/+1
| | | | Install Meson 0.48.1, in preparation for merging !51.
* ci: install mingw gtk-docChristoph Reiter2019-02-011-1/+2
| | | | This should pull in all the xslt/docbook deps we might need
* ci: add a msys2 mingw64 jobChristoph Reiter2018-12-111-0/+35
|
* Merge branch 'ci-test' into 'master'Emmanuele Bassi2018-06-011-0/+1
|\ | | | | | | | | Run the test suite on the CI pipeline See merge request GNOME/gdk-pixbuf!7
| * ci: Run the test suiteEmmanuele Bassi2018-05-241-0/+1
| | | | | | | | | | | | | | The gdk-pixbuf test suite can be pretty intense, so we're going to need to check if we can get it to run. First things first: enable it.
* | ci: Test the libjasper loaderissue-73Emmanuele Bassi2018-05-301-1/+1
|/ | | | Move the build options into the YAML file while we're at it.
* ci: Update the scriptsEmmanuele Bassi2018-05-232-5/+12
| | | | | Build inside a temporary directory, and ensure that the local run-docker.sh script imports the repo inside the Docker container.
* Prepare for GitLab CIEmmanuele Bassi2018-04-303-0/+66
Once we migrate GdkPixbuf over to GitLab, we should already have all the required bits in place for running a continuous integration pipeline.