summaryrefslogtreecommitdiff
path: root/.circleci
AgeCommit message (Collapse)Author
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
2018-07-08Avoid side-effectful assignments in conditionals.iphydf
Only in audio.c for now. This should be done everywhere.
2018-07-01Simplify 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-24Add new Circle CI configuration.iphydf
This one has ASAN enabled, unlike Travis.