summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/jobs/integrate/windows6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/jobs/integrate/windows b/scripts/jobs/integrate/windows
index cca6de1347..be68a826f7 100755
--- a/scripts/jobs/integrate/windows
+++ b/scripts/jobs/integrate/windows
@@ -4,7 +4,11 @@
export ANT_OPTS="-Dfile.encoding=UTF-8 -server -XX:+AggressiveOpts -XX:+UseParNewGC -Xmx2G -Xss1M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=128M"
-/home/tisue/apache-ant-1.9.6/bin/ant.bat \
+# TODO: don't hardcode this path, which is just where we currently have
+# ant manually installed on jenkins-worker-windows-publish.
+PATH=/cygdrive/c/apache-ant-1.9.6/bin:$PATH
+
+ant \
-Dstarr.version=2.11.7 \
-Dscalac.args.optimise=-optimise \
-Dlocker.skip=1 \