1
0
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:
Guillaume Chatelet 2019-01-17 14:24:14 +01:00
parent 5f5cde5797
commit 674c5878ca

View File

@ -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: