mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
Cache linux deps built from scratch, fix travis mac SSH auth
This commit is contained in:
parent
b08c4c5b45
commit
3cce5627ac
3 changed files with 7 additions and 3 deletions
|
@ -70,7 +70,10 @@ before_install:
|
|||
|
||||
script:
|
||||
# Checkout and build the (currently private) C++ codebase
|
||||
- GIT_SSH_COMMAND='ssh -i app/build/resources/certs/mailsync-deploy-key' git submodule update --init mailsync
|
||||
- GIT_SSH_COMMAND='ssh -i app/build/resources/certs/mailsync-deploy-key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
||||
SSH_ASKPASS=/Users/travis/build/Foundry376/Merani/app/build/resources/certs/ssh-askpass-fix
|
||||
DISPLAY=nothing:0
|
||||
git submodule update --init mailsync
|
||||
- mailsync/build.sh
|
||||
|
||||
# Build and package the Merani Electron application
|
||||
|
@ -79,4 +82,5 @@ script:
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- app/node_modules
|
||||
- app/node_modules
|
||||
- /tmp/mailsync-build-deps
|
Binary file not shown.
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 23e16aab5f5c9b3e8dade62246365067c1143f99
|
||||
Subproject commit 2f2e2dd600191449aab3924c9988c814b8ff8303
|
Loading…
Reference in a new issue