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 20:26:34 UTC

[orc] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e2bb5c  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.
9e2bb5c is described below

commit 9e2bb5c836f9ce8e30089d64cffa721a67aca3e1
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