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

baseDir=${WORKSPACE-`pwd`}
scriptsDir="$baseDir/scripts"
. $scriptsDir/common

java -version
javac -version

generateRepositoriesConfig

SBT="java $JAVA_OPTS -Dsbt.ivy.home=$WORKSPACE/.ivy2 -jar $sbtLauncher -Dsbt.override.build.repos=true -Dsbt.repository.config=$sbtRepositoryConfig"

# Build locker with STARR
$SBT --warn "setupPublishCore" generateBuildCharacterPropertiesFile publishLocal

# Build quick and run the tests
parseScalaProperties buildcharacter.properties
$SBT -Dstarr.version=$maven_version_number --warn "setupValidateTest" testAll | grep -v "was too long to be displayed in the webview, and will be left out"