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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user