You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rk...@apache.org on 2019/03/08 18:46:34 UTC

[qpid-proton] branch master updated: PROTON-2013: Updated Travis CI macOS jobs to be xcode8.3 and xcode10.1

This is an automated email from the ASF dual-hosted git repository.

rkieley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new dba3586  PROTON-2013: Updated Travis CI macOS jobs to be xcode8.3 and xcode10.1
dba3586 is described below

commit dba3586158fe1cbd7b477c58338ed6e6b5d1c019
Author: Roddie Kieley <rk...@apache.org>
AuthorDate: Thu Mar 7 09:44:52 2019 -0330

    PROTON-2013: Updated Travis CI macOS jobs to be xcode8.3 and xcode10.1
    
    (cherry picked from commit 104c3e260f7386ef6cab599fc73d20c65d25f86d)
---
 .travis.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d3cfabb..d6fa114 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,26 +33,23 @@ matrix:
     - bash <(curl -s https://codecov.io/bash)
 
   - os: osx
-    osx_image: xcode7.3
+    osx_image: xcode8.3
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=NO'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DBUILD_RUBY=NO'
     before_install:
     - brew update
-    - brew upgrade cmake openssl
     - brew install libuv swig
 
   - os: osx
-    osx_image: xcode9
+    osx_image: xcode10.1
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=NO'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=NO -DBUILD_PYTHON=OFF'
     before_install:
     - brew update
-    - brew uninstall postgis
-    - brew upgrade cmake python openssl
     - brew install libuv swig
 
 # Note addons is apt specific at the moment and will not be applied for osx.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org