File tree 4 files changed +13
-0
lines changed
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 187
187
[submodule "community-build/community-projects/protoquill "]
188
188
path = community-build/community-projects/protoquill
189
189
url = https://github.com/dotty-staging/protoquill.git
190
+ [submodule "community-build/community-projects/onnx-scala "]
191
+ path = community-build/community-projects/onnx-scala
192
+ url = https://github.com/dotty-staging/onnx-scala.git
Original file line number Diff line number Diff line change @@ -614,6 +614,13 @@ object projects:
614
614
scalacOptions = List (" -language:implicitConversions" ), // disabled -Ycheck-init, due to bug in macro
615
615
)
616
616
617
+ lazy val onnxScala = SbtCommunityProject (
618
+ project = " onnx-scala" ,
619
+ sbtTestCommand = " test" ,
620
+ sbtPublishCommand = " publishLocal" ,
621
+ dependencies = List (scalatest)
622
+ )
623
+
617
624
end projects
618
625
619
626
def allProjects = List (
@@ -680,6 +687,7 @@ def allProjects = List(
680
687
projects.perspective,
681
688
projects.akka,
682
689
projects.protoquill,
690
+ projects.onnxScala,
683
691
)
684
692
685
693
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
109
109
@ Test def utest = projects.utest.run()
110
110
@ Test def zio = projects.zio.run()
111
111
@ Test def protoquill = projects.protoquill.run()
112
+ @ Test def onnxScala = projects.onnxScala.run()
112
113
113
114
// 'scala-stm' and 'Sciss/Lucre':
114
115
// @Test def scissEqual = projects.scissEqual .run()
You can’t perform that action at this time.
0 commit comments