mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-29 23:26:33 +03:00
Wait for Darwin build
This commit is contained in:
parent
06cc20f63b
commit
d358627a19
2
build.sh
2
build.sh
@ -55,7 +55,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
npm install --global create-dmg
|
||||
npm run gulp -- "vscode-darwin-min"
|
||||
travis_wait npm run gulp -- "vscode-darwin-min"
|
||||
elif [[ "$CI_WINDOWS" == "True" ]]; then
|
||||
cp LICENSE.txt LICENSE.rtf # windows build expects rtf license
|
||||
npm run gulp -- "vscode-win32-${BUILDARCH}-min"
|
||||
|
Loading…
Reference in New Issue
Block a user