| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|