summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-06-13 15:11:52 +0200
committerGitHub <noreply@github.com>2017-06-13 15:11:52 +0200
commita68fd0cac760b14d6c17f2c2b8abe7fbed66ff17 (patch)
treefb23598e737e2aa900da5534cf75c3559e84596b /docker/README.md
parentec8cedcb1ed6d378c9312fac0daf45b56070e4c2 (diff)
Add scripts for CI on Docker (#2732)
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 393d726cff2..e3105b9263a 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -13,6 +13,10 @@ Execute ```./build-vespa.sh <Vespa version number>``` to build Vespa from this s
The produced rpms will be available in this folder after compiliation. The version number will be compiled into binaries, but has no other meaning than that.
+## Building and testing Vespa
+Execute ```./vespa-ci.sh <git commit>``` to build and test a specific branch/tag/commit.
+
+
## Running Vespa
Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.