aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
Commit message (Collapse)AuthorAgeFilesLines
* Drop CircleCIJack Lloyd2017-08-291-19/+0
| | | | | | | It wasn't buying us much (just replicating a subset of Travis) and after futzing with it for several hours yesterday trying to get it to run via the Python script and running into all kinds of dumb problems, I am officially not a fan.
* Don't test non-master branches on CircleCI eitherJack Lloyd2016-10-221-0/+5
|
* Fix CircleCI buildJack Lloyd2016-06-071-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 Lloyd2015-10-261-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 configSimon Warta2015-08-211-0/+20