You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/03/11 18:33:15 UTC

[orc] branch branch-1.5 updated: Update travis to use xcode 7.3 and 10.1. Effectively that means that we'll start testing OSX 10.13 and stop testing 10.10.

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

omalley pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 45b3688  Update travis to use xcode 7.3 and 10.1. Effectively that means that we'll start testing OSX 10.13 and stop testing 10.10.
45b3688 is described below

commit 45b368872542e1fa1b9be675ea21ced6c9f337d8
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Mon Mar 11 10:33:31 2019 -0700

    Update travis to use xcode 7.3 and 10.1. Effectively that means that we'll
    start testing OSX 10.13 and stop testing 10.10.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 .travis.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 546863b..bf231ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,10 +29,15 @@ matrix:
       - export CXX=clang++-4.0
   - compiler: clang
     os: osx
-    osx_image: xcode6.4
+    osx_image: xcode7.3
+    script:
+    - mkdir build
+    - cd build
+    - cmake -DOPENSSL_ROOT_DIR=`brew --prefix openssl` ..
+    - make package test-out
   - compiler: clang
     os: osx
-    osx_image: xcode9.2
+    osx_image: xcode10.1
     script:
     - mkdir build
     - cd build