Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-29 | Disable non-hermetic tests by default. | iphydf | |
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955319. | |||
2020-04-24 | Fix continuous integration builds. | iphydf | |
2020-04-08 | Give CI workflow a better name: clang-sanitizers | iphydf | |
2020-04-04 | Show function names in asan/tsan stack traces on CircleCI. | zoff99 | |
2019-01-06 | Add MIN_LOGGER_LEVEL to the Circle CI builds. | iphydf | |
This was changed a while back, and TRACE is no longer valid. | |||
2018-10-07 | Add AUTOTEST Option to CMakeLists.txt | chrono | |
2018-09-22 | Run UBSAN (undefined behaviour sanitizer) on Circle CI. | iphydf | |
This runs in the same build as asan, so "asan" now stands for both asan and ubsan. | |||
2018-09-16 | Format yaml files according to yamllint's requirements. | iphydf | |
Also remove branch filter for appveyor. We only have a single branch in every repository. Development happens in forks. | |||
2018-08-26 | Make the tsan build fail instead of swallowing its errors. | iphydf | |
We'll make it non-required, but we want to know about these failures so we are incentivised to fix them. | |||
2018-08-21 | Enable color diagnostics on circleci. | iphydf | |
See https://github.com/ninja-build/ninja/issues/814 | |||
2018-08-19 | Run both asan and tsan on Circle CI. | iphydf | |
2018-07-08 | Avoid side-effectful assignments in conditionals. | iphydf | |
Only in audio.c for now. This should be done everywhere. | |||
2018-07-01 | Simplify Travis CI builds. | iphydf | |
Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally. | |||
2018-06-24 | Add new Circle CI configuration. | iphydf | |
This one has ASAN enabled, unlike Travis. |