You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community-build/README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,19 @@
1
-
# Dotty Community Build
1
+
# Scala 3 Community Build
2
2
3
-
This project contains tests to build and test a corpus of open sources Scala projects against the latest version of Dotty.
3
+
This project contains tests to build and test a corpus of open sources Scala projects against the latest version of Scala 3.
4
+
5
+
## Running it locally
4
6
5
7
To run the community build on a local machine, first fetch all the git submodules with `git submodule update --init` and run `sbt community-build/test` from the root of the dotty repo.
6
8
9
+
To run a single project, you can use the usual syntax for running a single JUnit test, for example `community-build/testOnly -- *shapeless`
10
+
7
11
## Adding your project
8
12
9
13
To add your project to the community build you can follow these steps:
10
14
11
-
1. Get your project to compile with Dotty. Instructions can be found on the [dotty-example-project](https://github.com/lampepfl/dotty-example-project).
12
-
See the submodules in [community-projects](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) for examples of projects that compile with Dotty.
15
+
1. Get your project to compile with Scala 3. Instructions can be found on the [scala3-example-project](https://github.com/lampepfl/scala3-example-project).
16
+
See the submodules in [community-projects](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) for examples of projects that compile with Scala 3.
0 commit comments