aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Use exess for reading and writing numeric and binary literalsDavid Robillard1-8/+14
2022-01-13Switch to MesonDavid Robillard1-134/+73
2021-03-07Rewrite man page in mdoc and use mandoc to generate HTMLDavid Robillard1-1/+4
2021-01-06Only publish documentation on masterDavid Robillard1-2/+2
2021-01-06Switch to LV2 documentation themeDavid Robillard1-0/+1
2020-12-21Generate documentation with SphinxDavid Robillard1-8/+7
2020-11-17Fix broken links in documentationDavid Robillard1-2/+2
2020-11-13Make sanitizer failures fatal on CIDavid Robillard1-3/+3
2020-11-13Do sanitize run on CI in a single jobDavid Robillard1-7/+3
2020-11-11Disable coverage on sanitizer CI rowDavid Robillard1-1/+1
2020-11-11Add CI row to run clang sanitizersDavid Robillard1-0/+18
Some of these are also supported by GCC, but clang supports more and clang on Linux was uncovered before anyway, so this fixes that situation as well.
2020-08-14Use ultra-strict warnings and Werror on Windows CI rowsDavid Robillard1-2/+2
2020-07-15Build with ultra-strict flags and Werror on CIDavid Robillard1-15/+15
2020-02-09Add tags to Windows builds to exclude Gitlab shared runnersDavid Robillard1-5/+4
Gitlab now has shared Windows runners, which is cool, but unfortunately they don't have Python, so they are useless here and will cause failed builds if they pick up the job.
2019-10-20Don't deploy pages until all previous stages are completeDavid Robillard1-1/+0
2019-10-19Use terser list syntax in CI configurationDavid Robillard1-28/+12
2019-10-14Enable parallelism between CI stagesDavid Robillard1-24/+12
2019-10-14Add MinGW CI rowsDavid Robillard1-0/+34
2019-07-25Add benchmark plotsDavid Robillard1-0/+3
2019-07-25Build documentation on CIDavid Robillard1-4/+16
2019-04-21Switch to using a submodule for autowafDavid Robillard1-0/+3
2019-04-20Use fine-grained Docker images for CIDavid Robillard1-36/+36
2019-04-14Add separate CI rows for ARM debug and release buildsDavid Robillard1-6/+38
2019-04-14Improve CI configurationDavid Robillard1-45/+116
This separates the build stage from the test stage, and publishes a test coverage report as a page.
2019-04-14Enable test coverage on CIDavid Robillard1-10/+18
2019-04-14Clean up CI waf argumentsDavid Robillard1-8/+8
2019-04-13Add CI rows for ARM architecturesDavid Robillard1-1/+16
2019-04-13Use short options in CI configurationDavid Robillard1-14/+14
2018-07-22Add Gitlab CI configurationDavid Robillard1-0/+68