summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update ci imagesMatthias Clasen2021-07-091-1/+2
| | | | | | Include llvm on the image, so that we can use llvm-symbolizer, too try and get meaningful stacktraces out of asan.
* Revert "Add an asan option that gives better traces"Matthias Clasen2021-03-291-1/+1
| | | | | | | This reverts commit 85b1f6a118ac23bac1c12a4c2c18b17afdf728d3. Sadly, this option makes the test-pangocairo-threads test hang and timeout.
* Add an asan option that gives better tracesMatthias Clasen2021-03-261-1/+1
|
* ci: Don't print asan suppressionsMatthias Clasen2021-01-231-1/+1
| | | | | That breaks the tests, and misses the point of suppressing these leaks in the first place.
* 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.