Skip to content

Commit 17054a3

Browse files
committed
Add tutor examples to the ignore list
1 parent d8392a0 commit 17054a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/rascal/Main.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ alias Projects = rel[str name, Project config];
2828

2929
Projects projects = {
3030
<"rascal", project(|https://github.com/usethesource/rascal.git|, {}, srcs = ["src/org/rascalmpl/library"], ignores={"experiments", "resource", "lang/rascal/tests", "lang/rascal/syntax/test"}, parallel = true, parallelPreCheck = {"src/org/rascalmpl/library/Prelude.rsc"})>,
31-
<"rascal-all", project(|https://github.com/usethesource/rascal.git|, {}, parallel = true, parallelPreCheck = {"src/org/rascalmpl/library/Prelude.rsc", "src/org/rascalmpl/compiler/lang/rascalcore/check/CheckerCommon.rsc"})>,
31+
<"rascal-all", project(|https://github.com/usethesource/rascal.git|, {}, ignores={"src/org/rascalmpl/tutor/lang/rascal/tutor/examples"}, parallel = true, parallelPreCheck = {"src/org/rascalmpl/library/Prelude.rsc", "src/org/rascalmpl/compiler/lang/rascalcore/check/CheckerCommon.rsc"})>,
3232
<"typepal", project(|https://github.com/usethesource/typepal.git|, {"rascal"}, ignores={"examples"})>,
3333
<"typepal-boot", project(|https://github.com/usethesource/typepal.git|, {}, rascalLib=true, ignores={"examples"})>,
3434
<"salix-core", project(|https://github.com/usethesource/salix-core.git|, {"rascal"})>,

0 commit comments

Comments
 (0)