mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 22:45:16 +08:00
Log underlying libetpan smtp errors to debug Linux SMTP
This commit is contained in:
parent
bb5fbcc0b5
commit
8c26bb617a
2 changed files with 16 additions and 16 deletions
30
.travis.yml
30
.travis.yml
|
@ -93,20 +93,20 @@ cache:
|
|||
- app/node_modules
|
||||
- /tmp/mailsync-build-deps
|
||||
|
||||
after_success:
|
||||
# Grab the version number from the .deb product and update the snapcraft.yml file
|
||||
- sed "s/MAILSPRING_VERSION/$(grep -E -o '([0-9]+.[0-9]+.[0-9]+)' <<< "$(find app/dist -type f -name mailspring-*.deb)")/g" snap/snapcraft.template.yaml > snap/snapcraft.yaml
|
||||
# Decrypt the snapcraft login information
|
||||
- openssl aes-256-cbc -K $encrypted_f8421d18d2b7_key -iv $encrypted_f8421d18d2b7_iv
|
||||
-in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
|
||||
# after_success:
|
||||
# # Grab the version number from the .deb product and update the snapcraft.yml file
|
||||
# - sed "s/MAILSPRING_VERSION/$(grep -E -o '([0-9]+.[0-9]+.[0-9]+)' <<< "$(find app/dist -type f -name mailspring-*.deb)")/g" snap/snapcraft.template.yaml > snap/snapcraft.yaml
|
||||
# # Decrypt the snapcraft login information
|
||||
# - openssl aes-256-cbc -K $encrypted_f8421d18d2b7_key -iv $encrypted_f8421d18d2b7_iv
|
||||
# -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
|
||||
|
||||
services:
|
||||
- docker
|
||||
# services:
|
||||
# - docker
|
||||
|
||||
deploy:
|
||||
'on':
|
||||
branch: master
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
provider: script
|
||||
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq && cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
|
||||
skip_cleanup: true
|
||||
# deploy:
|
||||
# 'on':
|
||||
# branch: master
|
||||
# condition: $TRAVIS_OS_NAME = linux
|
||||
# provider: script
|
||||
# script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq && cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
|
||||
# skip_cleanup: true
|
||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 383234e35ae1fe0366fbefc4c035b8b8f28bb5e6
|
||||
Subproject commit 6c51f2ff4420e44ac78d27a105eadbe758fd81cb
|
Loading…
Reference in a new issue