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