mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Install dependencies in Travis OSX build (GH-1952)
This commit is contained in:
parent
c53b13b270
commit
167e0fc211
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ matrix:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
# Testing under macOS is optional until testing stability has been demonstrated.
|
# Testing under macOS is optional until testing stability has been demonstrated.
|
||||||
env: OPTIONAL=true
|
env: OPTIONAL=true
|
||||||
|
before_install:
|
||||||
|
- brew install openssl xz
|
||||||
|
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
|
||||||
|
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
|
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue