ci(linux): wip for aur and snap [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-25 17:34:30 +01:00
parent 9c56656f21
commit 9eab456963
7 changed files with 127 additions and 174 deletions

View File

@@ -38,12 +38,10 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
VSCODE_PLATFORM="win32"
else # linux
# in CI, packaging will be done by a different job
if [[ "${CI_BUILD}" != "no" ]]; then
if [[ "${CI_BUILD}" == "no" ]]; then
yarn gulp "vscode-linux-${VSCODE_ARCH}-min-ci"
find "../VSCode-linux-${VSCODE_ARCH}" -print0 | xargs -0 touch -c
SHOULD_BUILD_REH="no"
fi
VSCODE_PLATFORM="linux"