mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Patch gcc-7-base manually, desired version isn’t in the apt repo
This commit is contained in:
parent
9271d3d831
commit
8979bef9c4
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,6 @@ addons:
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
- gcc-7-base=7.3.0-21ubuntu1
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -69,6 +68,8 @@ matrix:
|
||||||
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
# Patch gcc-7-base
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y --force-yes -q -qq dpkg; wget http://launchpadlibrarian.net/386851587/gcc-7-base_7.3.0-29ubuntu1_amd64.deb; sudo dpkg -i ./gcc-7-base_7.3.0-29ubuntu1_amd64.deb; fi
|
||||||
# Decrypt and uncompress code signing certs, etc.
|
# Decrypt and uncompress code signing certs, etc.
|
||||||
- openssl aes-256-cbc -K $encrypted_faf2708e46e2_key -iv $encrypted_faf2708e46e2_iv
|
- openssl aes-256-cbc -K $encrypted_faf2708e46e2_key -iv $encrypted_faf2708e46e2_iv
|
||||||
-in app/build/resources/certs.tar.enc -out app/build/resources/certs.tar -d;
|
-in app/build/resources/certs.tar.enc -out app/build/resources/certs.tar -d;
|
||||||
|
|
Loading…
Reference in a new issue