aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Start using Travis default XCode image (8.3)Jack Lloyd2017-11-291-1/+0
|
* Avoid leaking SONAR_TOKEN in the build logJack Lloyd2017-10-031-1/+1
|
* Disabling autodetection doesn't help if we force it in travis.ymlJack Lloyd2017-10-011-1/+1
|
* Get coverage reports in SonarJack Lloyd2017-10-011-3/+8
|
* Switch Sonar analysis to a private organizationJack Lloyd2017-09-301-3/+4
| | | | | I think this allows us to use custom quality profiles (ie, disable or edit rulesets).
* Further Travis matrix fiddlingJack Lloyd2017-09-291-3/+3
| | | | | The fuzzer build is still in the critical path, everything else still finished before it.
* Fiddle with Travis test ordering a bitJack Lloyd2017-09-291-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 TravisJack Lloyd2017-09-291-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 CIJack Lloyd2017-09-161-3/+2
|
* Well, it compilesJack Lloyd2017-09-101-5/+0
|
* Move travis.yml to src/scripts/ciJack Lloyd2017-09-041-0/+132