mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 13:14:47 +08:00
Update Travis to fix failing Linux build
This commit is contained in:
parent
548ca4408c
commit
04bfba83db
1 changed files with 4 additions and 0 deletions
|
@ -26,9 +26,12 @@ addons:
|
|||
- name: lxd
|
||||
channel: stable
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- execstack
|
||||
- fakeroot
|
||||
- g++-10
|
||||
- rpm
|
||||
|
||||
branches:
|
||||
|
@ -41,6 +44,7 @@ matrix:
|
|||
include:
|
||||
- os: linux
|
||||
dist: bionic
|
||||
env: CC=gcc-10 CXX=g++-10
|
||||
- os: osx
|
||||
osx_image: xcode13.1
|
||||
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||
|
|
Loading…
Add table
Reference in a new issue