aboutsummaryrefslogtreecommitdiffstats
path: root/travis
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
|
* Docker image for building Vespa is renamed from vespa-dev to ↵Geir Storli2020-04-151-1/+1
| | | | vespa-build-centos7.
* 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
|
* Use vespaengine/vespa-dev:latestBjørn Christian Seime2019-01-251-1/+1
|
* Pass extra Maven arguments to bootstrap scriptBjørn Christian Seime2019-01-231-1/+1
|
* Use JDK 11 docker image in Travisgjoranv2019-01-211-1/+1
|
* Use Docker image 'vespaengine/vespa-dev:vespa7'Bjørn Christian Seime2019-01-211-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
|
* 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