mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
Use Ninja by default
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user