Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0813f378 | 2023-10-28 00:52:31 | build: Check out-of-tree builds in CI Make sure the out-of-tree builds do not regress. | ||
| 3f5ca0aa | 2023-10-28 00:47:26 | build: Add a coverage regex to the CI job This is needed so that gitlab can know where to extract the coverage percentage from in the output, to be able to track and report it. | ||
| ca3db5e1 | 2023-03-29 09:35:27 | build: Do not enable ASAN for musl CI pipelines musl-libc does not currently support ASAN, so enabling it makes configure fail to detect libmd as it cannot link to it anymore. | ||
| 257800a0 | 2021-02-20 22:23:40 | build: Add support for sanitizer compiler flags | ||
| 0dfbe769 | 2023-02-17 22:28:45 | build: Switch to debian:latest Docker image This should always point to the latest Debian stable images. | ||
| abb1a6b1 | 2022-01-24 15:11:38 | build: Add alpine to CI for tests with musl libc Closes: !18 Signed-off-by: Guillem Jover <guillem@hadrons.org> | ||
| 15bd284b | 2021-02-28 05:16:01 | build: Add code coverage support in the GitLab CI | ||
| a9fc2859 | 2021-02-28 05:14:54 | build: Use apt-get instead of apt in the GitLab CI The former is to be used programmatically, while the latter is intended for interactive use. | ||
| 4ab11c7f | 2021-02-07 10:37:18 | build: Install libmd-dev in the gitlab CI | ||
| 766c883e | 2021-02-07 10:35:57 | build: Switch gitlab CI to use a Debian buster |