mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 05:34:23 +08:00
Re-enable Travis for Intel macOS builds
This commit is contained in:
parent
8751a97335
commit
f4903cc4c3
1 changed files with 3 additions and 5 deletions
|
@ -45,11 +45,9 @@ matrix:
|
|||
- os: linux
|
||||
dist: bionic
|
||||
env: CC=gcc-10 CXX=g++-10
|
||||
# MacOS Universal builds are compiled locally on my machine and published,
|
||||
# because Travis doesn't support Apple Silicon.
|
||||
# - os: osx
|
||||
# osx_image: xcode13.1
|
||||
# env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||
- os: osx
|
||||
osx_image: xcode14.2
|
||||
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||
|
||||
before_install:
|
||||
# Decrypt and uncompress code signing certs, etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue