summaryrefslogtreecommitdiffstats
path: root/screwdriver/build-vespa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver/build-vespa.sh')
-rwxr-xr-xscrewdriver/build-vespa.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/screwdriver/build-vespa.sh b/screwdriver/build-vespa.sh
index 46528bc301c..1fe0cc944dc 100755
--- a/screwdriver/build-vespa.sh
+++ b/screwdriver/build-vespa.sh
@@ -35,10 +35,14 @@ case $SHOULD_BUILD in
ccache --show-stats
;;
java)
- ./bootstrap.sh java
- mvn -V $VESPA_MAVEN_EXTRA_OPTS install
- ;;
+ ./bootstrap.sh java
+ mvn -V $VESPA_MAVEN_EXTRA_OPTS install
+ ;;
+ go)
+ make -C client/go -j ${NUM_THREADS}
+ ;;
*)
+ make -C client/go -j ${NUM_THREADS}
./bootstrap.sh java
time mvn -V $VESPA_MAVEN_EXTRA_OPTS install
cmake3 -DVESPA_UNPRIVILEGED=no .