Include arch in Darwin build task
This commit is contained in:
parent
16eb6e4c83
commit
3909371fa4
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -26,7 +26,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
|||
yarn gulp minify-vscode
|
||||
|
||||
if [[ "$OS_NAME" == "osx" ]]; then
|
||||
yarn gulp vscode-darwin-min-ci
|
||||
yarn gulp vscode-darwin-x64-min-ci
|
||||
elif [[ "$CI_WINDOWS" == "True" ]]; then
|
||||
cp LICENSE.txt LICENSE.rtf # windows build expects rtf license
|
||||
yarn gulp "vscode-win32-${BUILDARCH}-min-ci"
|
||||
|
|
Loading…
Reference in a new issue