summaryrefslogtreecommitdiff
path: root/scripts/jobs/integrate/windows
blob: be68a826f737df66fb0c4d95712e8819c089208a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash -x

./pull-binary-libs.sh

export ANT_OPTS="-Dfile.encoding=UTF-8 -server -XX:+AggressiveOpts -XX:+UseParNewGC -Xmx2G -Xss1M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=128M"

# 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 \
  test