File tree Expand file tree Collapse file tree 6 files changed +2
-50
lines changed
packages/client-private-plugins Expand file tree Collapse file tree 6 files changed +2
-50
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,7 @@ matrix:
3030 - os : linux
3131 env : NODE_VERSION=6.9 CC=gcc-4.8 CXX=g++-4.8 DEBUG="electron-packager:*" INSTALL_TARGET=client
3232 - os : osx
33- env : NODE_VERSION=6.9 CC=clang CXX=clang++ SIGN_BUILD=true DEBUG="electron-packager:*" INSTALL_TARGET=client
34-
35- before_install :
36- - openssl aes-256-cbc
37- -K $encrypted_faf2708e46e2_key
38- -iv $encrypted_faf2708e46e2_iv
39- -in packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar.enc
40- -out packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar
41- -d;
42- - mkdir packages/client-app/build/resources/certs;
43- - tar xvf packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar
44- --directory=packages/client-app/build/resources/;
45- - source packages/client-app/build/resources/certs/mac/set_unix_env.sh;
33+ env : NODE_VERSION=6.9 CC=clang CXX=clang++ DEBUG="electron-packager:*" INSTALL_TARGET=client
4634
4735install :
4836- git clone https://github.com/creationix/nvm.git /tmp/.nvm
@@ -51,7 +39,7 @@ install:
5139- nvm use --delete-prefix $NODE_VERSION
5240
5341script :
54- - npm install && npm run build-client && npm run upload-client
42+ - npm install && npm run build-client
5543
5644cache :
5745 directories :
Original file line number Diff line number Diff line change @@ -13,22 +13,12 @@ install:
1313- ps : nuget install secure-file -ExcludeVersion
1414- ps : npm config set msvs_version 2013
1515
16- # We need to extract the encrypted private ssh key to clone the submodule.
17- - ps : |
18- if ($env:DECRYPTION_PASSWORD) {
19- secure-file\tools\secure-file -decrypt packages\client-private-plugins\encrypted_certificates\appveyor\win-nylas-n1.p12.enc -secret $env:DECRYPTION_PASSWORD
20- secure-file\tools\secure-file -decrypt packages\client-private-plugins\encrypted_certificates\appveyor\set_win_env.ps1.enc -secret $env:DECRYPTION_PASSWORD
21- . packages\client-private-plugins\encrypted_certificates\appveyor\set_win_env.ps1
22- }
23-
2416build_script :
2517- cmd : npm install
2618
2719deploy_script :
2820- ps : |
2921 npm run build-client
30- node packages/client-app/build/create-signed-windows-installer.js
31- npm run upload-client
3222
3323environment :
3424 matrix :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments