File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 50
50
[submodule "community-build/community-projects/semanticdb "]
51
51
path = community-build/community-projects/semanticdb
52
52
url = https://github.com/lampepfl/dotty-semanticdb.git
53
+ [submodule "community-build/community-projects/effpi "]
54
+ path = community-build/community-projects/effpi
55
+ url = https://github.com/dotty-staging/effpi
Original file line number Diff line number Diff line change @@ -189,6 +189,15 @@ class CommunityBuildTest {
189
189
updateCommand = " update"
190
190
)
191
191
192
+ @ Test def effpi = test(
193
+ project = " effpi" ,
194
+ // We set `useEffpiPlugin := false` because we don't want to run their
195
+ // compiler plugin since it relies on external binaries (from the model
196
+ // checker mcrl2), however we do compile the compiler plugin.
197
+ testCommand = " ;set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile" ,
198
+ updateCommand = " ;set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
199
+ )
200
+
192
201
// TODO @oderky? It got broken by #5458
193
202
// @Test def pdbp = test(
194
203
// project = "pdbp",
You can’t perform that action at this time.
0 commit comments