mirror of
https://github.com/google/benchmark.git
synced 2024-12-27 13:00:36 +08:00
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:
parent
305ba313be
commit
a7ed76ad78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user