mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +02:00
Use Ninja by default
This commit is contained in:
parent
5f5cde5797
commit
674c5878ca
@ -11,6 +11,9 @@ addons:
|
||||
packages:
|
||||
- ninja-build
|
||||
|
||||
env:
|
||||
CMAKE_GENERATOR=Ninja
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@ -18,7 +21,6 @@ matrix:
|
||||
env:
|
||||
TOOLCHAIN=NATIVE
|
||||
TARGET=x86_64-linux-gnu
|
||||
CMAKE_GENERATOR=Ninja
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user