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.
This commit is contained in:
Roman Lebedev 2018-09-05 14:19:54 +03:00 committed by Dominic Hamon
parent 305ba313be
commit a7ed76ad78

View File

@ -127,6 +127,11 @@ matrix:
compiler: clang
env:
- 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