File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ pipeline:
34
34
matrix :
35
35
TEST :
36
36
- test
37
+ - dotty-bin-tests/test
37
38
- ;publishLocal;dotty-bootstrapped/test
38
39
- partest-only-no-bootstrap --show-diff --verbose
39
40
- partest-only --show-diff --verbose
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function getLastStringOnLineWith {
8
8
}
9
9
10
10
# Configuration
11
- SCALA_VERSION=$( getLastStringOnLineWith " scalaVersion in " )
11
+ SCALA_VERSION=$( getLastStringOnLineWith " val scalacVersion " )
12
12
SCALA_BINARY_VERSION=2.11
13
13
SCALA_COMPILER_VERSION=$( getLastStringOnLineWith " scala-compiler" )
14
14
SBT_VERSION=$( grep " sbt.version=" " $DOTTY_ROOT /project/build.properties" | sed ' s/sbt.version=//' )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import sbt.Package.ManifestAttributes
11
11
12
12
object DottyBuild extends Build {
13
13
14
- val scalacVersion = " 2.11.5"
14
+ val scalacVersion = " 2.11.5" // Do not rename, this is grepped in bin/common.
15
15
16
16
val dottyOrganization = " ch.epfl.lamp"
17
17
val dottyVersion = {
You can’t perform that action at this time.
0 commit comments