summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-04-22 17:10:34 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-04-22 17:10:34 -0700
commitba36c2bff4380be6f9cdf802b56b766d475fbea6 (patch)
tree691907a445e87dcc234c04857df0714f4dd1245f /README.md
parentd063dd32098f1dacdb13fb6bd750a75a444dcacd (diff)
parent1e4a1253cba09ae12a66c18816e0940ab8d36095 (diff)
downloadscala-ba36c2bff4380be6f9cdf802b56b766d475fbea6.tar.gz
scala-ba36c2bff4380be6f9cdf802b56b766d475fbea6.tar.bz2
scala-ba36c2bff4380be6f9cdf802b56b766d475fbea6.zip
Merge pull request #4455 from adriaanm/sbt-build
Experimental sbt build [ci: last-only]
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 830dfa8d6c..1651333188 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,15 @@ The Scala build system is based on Apache Ant. Most required pre-compiled
libraries are part of the repository (in 'lib/'). The following however is
assumed to be installed on the build machine:
+## Building with Sbt (EXPERIMENTAL)
+
+The experimental sbt-based build definition has arrived! Run `sbt package`
+to build the compiler. You can run `sbt test` to run unit (JUnit) tests.
+Use `sbt test/it:test` to run integration (partest) tests.
+
+We would like to migrate to sbt build as quickly as possible. If you would
+like to help please contact scala-internals@ mailing list to discuss your
+ideas and coordinate your effort with others.
### Tips and tricks