Cache linux deps built from scratch, fix travis mac SSH auth

This commit is contained in:
Ben Gotow 2017-08-12 17:46:04 -07:00
parent b08c4c5b45
commit 3cce5627ac
3 changed files with 7 additions and 3 deletions

View file

@ -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.

@ -1 +1 @@
Subproject commit 23e16aab5f5c9b3e8dade62246365067c1143f99
Subproject commit 2f2e2dd600191449aab3924c9988c814b8ff8303