aboutsummaryrefslogtreecommitdiffstats
path: root/travis
Commit message (Collapse)AuthorAgeFilesLines
* Fix workaround for log timeoutBjørn Christian Seime2017-11-171-2/+1
|
* Increase number of threadsBjørn Christian Seime2017-11-141-1/+1
| | | | Increase the number of threads to match the new premium VMs with 4 cores
* Set heap size for JVMBjørn Christian Seime2017-11-021-0/+1
|
* Tune malloc to reduce chance of OoMBjørn Christian Seime2017-11-011-0/+1
| | | Relates to #3651
* Do full build for both master branch and PRsBjørn Christian Seime2017-10-196-48/+8
|
* Configure ccache through cli interfaceBjørn Christian Seime2017-10-181-2/+2
| | | | | | It looks like the Travis-CI VM contains some configuration in its .ccache directory that overrides whatever we configures through ccache environment variables.
* Fix typoBjørn Christian Seime2017-10-181-1/+1
|
* Test 'make install' as part of cpp build. Remove 'install' jobBjørn Christian Seime2017-10-172-15/+6
|
* Improve Travis buildsBjørn Christian Seime2017-10-166-12/+48
| | | | | Test install step as separate job for PRs. Use single job for complete build for master branch.
* Increase max heap size for MavenBjørn Christian Seime2017-10-121-1/+1
| | | Some build jobs are now failing because Maven runs out of memory
* Source devtoolset-6.sh to use new Maven binaryBjørn Christian Seime2017-10-022-0/+2
|
* Show log output during buildBjørn Christian Seime2017-08-311-0/+11
| | | | Stop using travis_wait as it hides log output during build
* Increase ccache sizeBjørn Christian Seime2017-08-281-1/+1
|
* Fix typoBjørn Christian Seime2017-08-251-1/+1
|
* Improve ccache loggingBjørn Christian Seime2017-08-251-0/+2
|
* Reduce ccache size to 1GBBjørn Christian Seime2017-08-251-1/+1
| | | | Building Vespa consumes <1GB ccache (given cccache compression enabled).
* The devtoolset-6 script is not required for Java buildBjørn Christian Seime2017-08-171-1/+0
|
* Use bootstrap-cpp.shBjørn Christian Seime2017-08-171-14/+4
|
* Reduce ccache size to 4GBBjørn Christian Seime2017-08-161-1/+1
|
* Use ccache compressionBjørn Christian Seime2017-08-161-2/+2
|
* Reduce max size of ccacheBjørn Christian Seime2017-08-161-1/+1
|
* Print test output on failureBjørn Christian Seime2017-08-161-1/+1
|
* Add Travis build scriptBjørn Christian Seime2017-08-143-0/+48