1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 15:33:37 +02:00

Defaulting env to Ninja in the build matrix

This commit is contained in:
Guillaume Chatelet 2019-01-17 14:33:28 +01:00
parent 24dddd1d21
commit 8685431ded

View File

@ -11,44 +11,40 @@ addons:
packages:
- ninja-build
matrix:
env:
env:
global:
TOOLCHAIN=NATIVE
CMAKE_GENERATOR=Ninja
matrix:
include:
- os: linux
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-linux-gnu
- os: linux
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-linux-gnu
- os: osx
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-osx
- os: osx
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-osx
- os: windows
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
- os: linux-ppc64le
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=ppc64le-linux-gnu
- os: linux-ppc64le
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=ppc64le-linux-gnu
# Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
- os: linux