Skip to content

Commit 75080c8

Browse files
committed
Create Makefile target 'vscode-package' for packaging
For consistency with 'vscode' and 'vscode-test' targets.
1 parent 9ed4b20 commit 75080c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ else
6161
EXE=
6262
endif
6363

64+
VSCE=npx vsce
65+
6466
LIBRARY_FLAGS=-XBUILD_MODE=$(BUILD_MODE) \
6567
-XOS=$(OS) \
6668
-XLIBRARY_TYPE=$(LIBRARY_TYPE) \
@@ -147,6 +149,9 @@ vscode-test:
147149
# Run the VS Code integration testsuite.
148150
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run test
149151

152+
vscode-package:
153+
cd integration/vscode/ada; LD_LIBRARY_PATH= $(VSCE) package
154+
150155
check: all
151156
set -e; \
152157
export PYTHON=$(PYTHON); \

0 commit comments

Comments
 (0)