feat: cli binary (#2313)

This commit is contained in:
Baptiste Augrain
2025-04-07 16:24:12 +02:00
committed by GitHub
parent f3959bd08b
commit 83a701c025
9 changed files with 509 additions and 173 deletions

View File

@@ -30,6 +30,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
find "../VSCode-darwin-${VSCODE_ARCH}" -print0 | xargs -0 touch -c
. ../build_cli.sh
VSCODE_PLATFORM="darwin"
elif [[ "${OS_NAME}" == "windows" ]]; then
# generate Group Policy definitions
@@ -45,6 +47,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
SHOULD_BUILD_REH="no"
SHOULD_BUILD_REH_WEB="no"
fi
. ../build_cli.sh
fi
VSCODE_PLATFORM="win32"
@@ -54,6 +58,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
npm run gulp "vscode-linux-${VSCODE_ARCH}-min-ci"
find "../VSCode-linux-${VSCODE_ARCH}" -print0 | xargs -0 touch -c
. ../build_cli.sh
fi
VSCODE_PLATFORM="linux"