summaryrefslogtreecommitdiff
path: root/.circleci/cmake-asan
AgeCommit message (Collapse)Author
2020-05-08style: Run restyled on Travis and Circle CI scripts.iphydf
2020-04-29Disable non-hermetic tests by default.iphydf
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955319.
2020-04-04Show function names in asan/tsan stack traces on CircleCI.zoff99
2019-01-06Add MIN_LOGGER_LEVEL to the Circle CI builds.iphydf
This was changed a while back, and TRACE is no longer valid.
2018-10-07Add AUTOTEST Option to CMakeLists.txtchrono
2018-09-22Run 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-08-26Make 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-21Enable color diagnostics on circleci.iphydf
See https://github.com/ninja-build/ninja/issues/814
2018-08-19Run both asan and tsan on Circle CI.iphydf