Skip to content

Commit

Permalink
Need C++14 for the MacOS build that is using latest homebrew llvm 10
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed May 9, 2020
1 parent 2bdcf35 commit 5179dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ matrix:
- libboost-thread1.55
- libboost-wave1.55
env: WHICHGCC=6 USE_CPP=14 LLVM_VERSION=7.0.0 OIIOBRANCH=release USE_SIMD=avx,f16c BUILD_CMAKE=1
- name: "MacOS (latest Apple clang, llvm 7, OIIO master, latest homebrew libs"
- name: "MacOS (latest Apple clang, llvm 10, OIIO master, latest homebrew libs"
os: osx
compiler: clang
env: USE_CPP=14
- name: "VFX Platform 2017 (gcc48, c++11), llvm 6, OIIO 2.0, sse4.2"
os: linux
compiler: gcc
Expand Down

0 comments on commit 5179dee

Please sign in to comment.