summaryrefslogblamecommitdiff
path: root/scripts/jobs/integrate/windows
blob: f5e068684e3b6ac4c7c335f26af00a671c6065b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 


                             
 

              
 








                                                                                                                                                    
                                                                             
#!/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