Skip to content

Commit b83292c

Browse files
fwcdahoppen
andcommitted
Build snippets in build script
Co-authored-by: Alex Hoppen <[email protected]>
1 parent c9042c0 commit b83292c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-script.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,10 @@ def build_command(args: argparse.Namespace) -> None:
767767
builder.build("SwiftSyntaxParser")
768768
builder.build("SwiftSyntaxBuilder")
769769
builder.build("SwiftSyntaxBuilderGeneration")
770+
771+
# Build snippets
772+
builder.build("AddOneToIntegerLiterals")
773+
builder.build("CodeGenerationUsingSwiftSyntaxBuilder")
770774
except subprocess.CalledProcessError as e:
771775
fail_for_called_process_error("Building SwiftSyntax failed", e)
772776

0 commit comments

Comments
 (0)