summaryrefslogtreecommitdiffstats
path: root/docker/ci
Commit message (Collapse)AuthorAgeFilesLines
* Simplify vespa-ci buildBjørn Christian Seime2017-08-181-29/+2
|
* Use bootstrap-cpp.sh in vespa-ci scriptsBjørn Christian Seime2017-08-182-19/+5
|
* Fix bug where cmake is called in wrong directoryBjørn Christian Seime2017-07-261-2/+3
|
* Use same prefix for all log filesBjørn Christian Seime2017-07-261-5/+5
|
* Wrap paths in quotesBjørn Christian Seime2017-07-261-4/+4
|
* Split out the build process into separate scriptBjørn Christian Seime2017-07-262-54/+73
|
* Don't package and install artifacts twiceBjørn Christian Seime2017-07-261-2/+1
|
* Root permissions required for copying log files to hostBjørn Christian Seime2017-07-251-2/+2
|
* Minor restructuring of codeBjørn Christian Seime2017-07-241-2/+1
|
* Add variable for mapped directoryBjørn Christian Seime2017-07-241-3/+4
|
* Use dedicated log directoryBjørn Christian Seime2017-07-241-2/+2
|
* Use new vespa-dev image from Docker CloudBjørn Christian Seime2017-07-241-15/+0
|
* Send build output to separate log filesgjoranv2017-07-181-19/+27
| | | | | | | .. and copy them out of the docker container. + Move cmake3 to build_cpp function + Some bash fixes
* No snapshot updates for java build.gjoranv2017-07-181-2/+2
|
* Run c++ and java build/test in parallel.gjoranv2017-07-181-4/+38
|
* Use two step parallel maven build.gjoranv2017-07-111-1/+5
| | | | | - Use 2.0C for number of threads. - Set MAVEN_OPTS before bootstrap.
* Output maven version.gjoranv2017-07-071-1/+1
|
* Allow running valgrind on unit tests (disabled for now)Bjørn Christian Seime2017-06-221-0/+1
|
* Move Dockerfile and internal script for ci to new ci/ folder.gjoranv2017-06-222-0/+50
- Avoid artificial file suffix for Dockerfile.