mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
Do not use ninja on OSX
This commit is contained in:
parent
8685431ded
commit
3130eef35d
@ -30,10 +30,12 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
TARGET=x86_64-osx
|
TARGET=x86_64-osx
|
||||||
|
CMAKE_GENERATOR="Unix Makefiles"
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
TARGET=x86_64-osx
|
TARGET=x86_64-osx
|
||||||
|
CMAKE_GENERATOR="Unix Makefiles"
|
||||||
- os: windows
|
- os: windows
|
||||||
env:
|
env:
|
||||||
TARGET=x86_64-windows
|
TARGET=x86_64-windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user