mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 19:26:55 +08:00
Update appveyor build script to fix use of git submodule --quiet
This commit is contained in:
parent
a0a9edb1b2
commit
36ff724805
1 changed files with 29 additions and 29 deletions
|
@ -22,7 +22,7 @@ install:
|
||||||
# Clone the submodule
|
# Clone the submodule
|
||||||
- ps: |
|
- ps: |
|
||||||
$env:GIT_SSH_COMMAND="ssh -q -i app/build/resources/certs/mailsync-deploy-key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no";
|
$env:GIT_SSH_COMMAND="ssh -q -i app/build/resources/certs/mailsync-deploy-key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no";
|
||||||
git submodule update --init mailsync --quiet *>$null
|
git submodule --quiet update --init mailsync *>$null
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: cd .\mailsync && .\build.cmd && cd ..\
|
- cmd: cd .\mailsync && .\build.cmd && cd ..\
|
||||||
|
@ -44,7 +44,7 @@ deploy:
|
||||||
secure: XlLzz7sdvrtgi4g459NvxLfrH/+hOutb+0Osz29unfi4Zcw9N8H8SEaq6m3ZeWc+
|
secure: XlLzz7sdvrtgi4g459NvxLfrH/+hOutb+0Osz29unfi4Zcw9N8H8SEaq6m3ZeWc+
|
||||||
region: us-east-1
|
region: us-east-1
|
||||||
bucket: mailspring-builds
|
bucket: mailspring-builds
|
||||||
folder: "client/$(commit)"
|
folder: 'client/$(commit)'
|
||||||
set_public: true
|
set_public: true
|
||||||
|
|
||||||
# Stop Appveyor from "Discovering Tests" forever
|
# Stop Appveyor from "Discovering Tests" forever
|
||||||
|
|
Loading…
Add table
Reference in a new issue