Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't test non-master branches on CircleCI either | Jack Lloyd | 2016-10-22 | 1 | -0/+5 |
| | |||||
* | Fix CircleCI build | Jack Lloyd | 2016-06-07 | 1 | -7/+1 |
| | | | | | | | | | | | | The LLVM apt mirror was removed due to excessive load, preventing us from installing a new enough Clang for our needs. However CircleCI also supports Ubuntu 14.04 images, instead of the Ubuntu 12 we were on. The new version has GCC 4.8 and Clang 3.4 as the base install. Removes UBSan from the CircleCI sanitizer build, since that requires at least GCC 4.9 GH #498 | ||||
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 1 | -2/+2 |
| | | | | | | sanitizers and coverage as all 4 are usefully set independently. Use GCC 4.9 on CircleCI as it seems to be supported. Add ASan + UBSan test. | ||||
* | Add initial cirlce config | Simon Warta | 2015-08-21 | 1 | -0/+20 |