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 5050[submodule "community-build/community-projects/semanticdb "]
5151 path = community-build/community-projects/semanticdb
5252 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 {
189189 updateCommand = " update"
190190 )
191191
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+
192201 // TODO @oderky? It got broken by #5458
193202 // @Test def pdbp = test(
194203 // project = "pdbp",
You can’t perform that action at this time.
0 commit comments