Skip to content

Commit ba83013

Browse files
author
Jakob Odersky
committed
Add cask to community build
1 parent 262edc1 commit ba83013

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,6 @@
190190
[submodule "community-build/community-projects/onnx-scala"]
191191
path = community-build/community-projects/onnx-scala
192192
url = https://github.com/dotty-staging/onnx-scala.git
193+
[submodule "community-build/community-projects/cask"]
194+
path = community-build/community-projects/cask
195+
url = https://github.com/dotty-staging/cask.git
Submodule cask added at 93c27ab

community-build/src/scala/dotty/communitybuild/projects.scala

+7
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ object projects:
226226
dependencies = List(geny, utest, ujson, upickleCore)
227227
)
228228

229+
lazy val cask = MillCommunityProject(
230+
project = "cask",
231+
baseCommand = s"cask[$compilerVersion]",
232+
dependencies = List(utest, geny, sourcecode, pprint, upickle, upickleImplicits, upack, requests)
233+
)
234+
229235
lazy val scas = MillCommunityProject(
230236
project = "scas",
231237
baseCommand = "scas.application"
@@ -649,6 +655,7 @@ def allProjects = List(
649655
projects.fansi,
650656
projects.pprint,
651657
projects.requests,
658+
projects.cask,
652659
projects.scas,
653660
projects.intent,
654661
projects.algebra,

0 commit comments

Comments
 (0)