Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-06 | Only publish documentation on master | David Robillard | 1 | -2/+2 | |
2021-01-06 | Switch to LV2 documentation theme | David Robillard | 1 | -0/+1 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 1 | -8/+7 | |
2020-11-17 | Fix broken links in documentation | David Robillard | 1 | -2/+2 | |
2020-11-13 | Make sanitizer failures fatal on CI | David Robillard | 1 | -3/+3 | |
2020-11-13 | Do sanitize run on CI in a single job | David Robillard | 1 | -7/+3 | |
2020-11-11 | Disable coverage on sanitizer CI row | David Robillard | 1 | -1/+1 | |
2020-11-11 | Add CI row to run clang sanitizers | David Robillard | 1 | -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-14 | Use ultra-strict warnings and Werror on Windows CI rows | David Robillard | 1 | -2/+2 | |
2020-07-15 | Build with ultra-strict flags and Werror on CI | David Robillard | 1 | -15/+15 | |
2020-02-09 | Add tags to Windows builds to exclude Gitlab shared runners | David Robillard | 1 | -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-20 | Don't deploy pages until all previous stages are complete | David Robillard | 1 | -1/+0 | |
2019-10-19 | Use terser list syntax in CI configuration | David Robillard | 1 | -28/+12 | |
2019-10-14 | Enable parallelism between CI stages | David Robillard | 1 | -24/+12 | |
2019-10-14 | Add MinGW CI rows | David Robillard | 1 | -0/+34 | |
2019-07-25 | Add benchmark plots | David Robillard | 1 | -0/+3 | |
2019-07-25 | Build documentation on CI | David Robillard | 1 | -4/+16 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -0/+3 | |
2019-04-20 | Use fine-grained Docker images for CI | David Robillard | 1 | -36/+36 | |
2019-04-14 | Add separate CI rows for ARM debug and release builds | David Robillard | 1 | -6/+38 | |
2019-04-14 | Improve CI configuration | David Robillard | 1 | -45/+116 | |
This separates the build stage from the test stage, and publishes a test coverage report as a page. | |||||
2019-04-14 | Enable test coverage on CI | David Robillard | 1 | -10/+18 | |
2019-04-14 | Clean up CI waf arguments | David Robillard | 1 | -8/+8 | |
2019-04-13 | Add CI rows for ARM architectures | David Robillard | 1 | -1/+16 | |
2019-04-13 | Use short options in CI configuration | David Robillard | 1 | -14/+14 | |
2018-07-22 | Add Gitlab CI configuration | David Robillard | 1 | -0/+68 | |