Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start using Travis default XCode image (8.3) | Jack Lloyd | 2017-11-29 | 1 | -1/+0 |
| | |||||
* | Avoid leaking SONAR_TOKEN in the build log | Jack Lloyd | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | Disabling autodetection doesn't help if we force it in travis.yml | Jack Lloyd | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Get coverage reports in Sonar | Jack Lloyd | 2017-10-01 | 1 | -3/+8 |
| | |||||
* | Switch Sonar analysis to a private organization | Jack Lloyd | 2017-09-30 | 1 | -3/+4 |
| | | | | | I think this allows us to use custom quality profiles (ie, disable or edit rulesets). | ||||
* | Further Travis matrix fiddling | Jack Lloyd | 2017-09-29 | 1 | -3/+3 |
| | | | | | The fuzzer build is still in the critical path, everything else still finished before it. | ||||
* | Fiddle with Travis test ordering a bit | Jack Lloyd | 2017-09-29 | 1 | -6/+6 |
| | | | | | Having several long tests at the end means we end up not being able to make good use of Travis running 5 builds for us in parallel. | ||||
* | Remove sanitizer and mini-static builds from Travis | Jack Lloyd | 2017-09-29 | 1 | -6/+0 |
| | | | | | | | | | | Sanitizer mode isn't testing anything extra vs the fuzzer tests which also use the sanitizers. Similarly mini-static is pretty well covered by the other minimized build and the static build. Will cut about 7-10 minutes from Travis build time. | ||||
* | Small tweaks for CI | Jack Lloyd | 2017-09-16 | 1 | -3/+2 |
| | |||||
* | Well, it compiles | Jack Lloyd | 2017-09-10 | 1 | -5/+0 |
| | |||||
* | Move travis.yml to src/scripts/ci | Jack Lloyd | 2017-09-04 | 1 | -0/+132 |