summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Force malloc of g_slices in asan buildSzunti2021-01-161-0/+2
| | | | Otherwise leaks could be missed.
* ci: Suppress lsan leak warnings from dependenciesMatthias Clasen2020-09-121-0/+3
|
* Improve the Pango CI pipeline on LinuxEmmanuele Bassi2020-04-141-0/+29
Use a scaled down version of the GTK and GLib CI set ups, with a custom Docker image and multiple stages. The CI pipeline now generates a JUnit report, which integrates with the GitLab merge requests; builds the documentation as a separate stage; and publishes the API reference for the master branch at the end.