Commit a7ed76ad by Roman Lebedev Committed by Dominic Hamon

Travis-ci: attempt to add 32-bit osx xcode build (#669)

Maybe will show https://github.com/google/benchmark/pull/667 or maybe this is completely wrong.
parent 305ba313
......@@ -129,6 +129,11 @@ matrix:
- COMPILER=clang++ BUILD_TYPE=Release
- os: osx
osx_image: xcode8.3
compiler: clang
env:
- COMPILER=clang++ BUILD_TYPE=Release BUILD_32_BITS=ON
- os: osx
osx_image: xcode8.3
compiler: gcc
env:
- COMPILER=g++-7 C_COMPILER=gcc-7 BUILD_TYPE=Debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment