mirror of
https://github.com/google/benchmark.git
synced 2024-12-28 21:40:15 +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
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++ BUILD_TYPE=Release
|
- 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
|
- os: osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user