aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
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