aboutsummaryrefslogtreecommitdiffstats
path: root/travis/travis-build-full.sh
Commit message (Collapse)AuthorAgeFilesLines
* Increase ccache max size to 1600MHarald Musum2020-05-261-1/+1
|
* Call cmake3 directly for travis build.Tor Egge2020-04-211-1/+1
|
* Use gcc 9Henning Baldersheim2020-04-171-1/+1
|
* ccache has changed from --print-config to --show-config, but sgort version ↵Henning Baldersheim2020-01-281-1/+1
| | | | -p is the same....
* Devtoolset 8Henning Baldersheim2019-05-231-1/+1
|
* Pass extra Maven arguments to bootstrap scriptBjørn Christian Seime2019-01-231-1/+1
|
* Update to reflect changes in docker-image-dev.Geir Storli2018-11-131-1/+2
|
* Increase stack size to fix unstable test in bundle-pluginBjørn Christian Seime2018-10-291-1/+1
| | | ExportPackageParserTest.require_that_long_string_literals_do_not_cause_stack_overflow_error() fails on Travis-CI for Vespa 7 build
* Print maven (and java) version.gjoranv2018-08-311-1/+1
|
* use-devtoolset-7Henning Baldersheim2017-12-121-1/+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-191-2/+7
|
* Improve Travis buildsBjørn Christian Seime2017-10-161-0/+15
Test install step as separate job for PRs. Use single job for complete build for master branch.