aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
-rwxr-xr-xbin/common2
-rw-r--r--project/Build.scala2
3 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 544eae07b..dd2729a6f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -33,7 +33,7 @@ pipeline:
matrix:
TEST:
- - test
+ - ;test;dotty-bin-tests/test
- ;publishLocal;dotty-bootstrapped/test
- partest-only-no-bootstrap --show-diff --verbose
- partest-only --show-diff --verbose
diff --git a/bin/common b/bin/common
index 1cb79fc14..b5fd27232 100755
--- a/bin/common
+++ b/bin/common
@@ -8,7 +8,7 @@ function getLastStringOnLineWith {
}
# Configuration
-SCALA_VERSION=$(getLastStringOnLineWith "scalaVersion in")
+SCALA_VERSION=$(getLastStringOnLineWith "val scalacVersion")
SCALA_BINARY_VERSION=2.11
SCALA_COMPILER_VERSION=$(getLastStringOnLineWith "scala-compiler")
SBT_VERSION=$(grep "sbt.version=" "$DOTTY_ROOT/project/build.properties" | sed 's/sbt.version=//')
diff --git a/project/Build.scala b/project/Build.scala
index a6505a12c..96ee7cdf7 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -11,7 +11,7 @@ import sbt.Package.ManifestAttributes
object DottyBuild extends Build {
- val scalacVersion = "2.11.5"
+ val scalacVersion = "2.11.5" // Do not rename, this is grepped in bin/common.
val dottyOrganization = "ch.epfl.lamp"
val dottyVersion = {