aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/partest
blob: 4d4eb57e615f7ddb721a581f1cf9837c49ee2760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash -e

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

git log --pretty=format:"%h - %an, %aD : %s" -n 10

update DarkDimius scala scala-scala dotty-library
sbt $sbtArgs update compile "partest-only-no-bootstrap --show-diff --verbose"