aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/junit
blob: 9748c3f5fc39d51091c5db4fb8e52dba42c4d64a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash -e

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

update scala scala
sbt $sbtArgs update compile test