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

Remove unavailable MSVC version and test Ninja on travis

This commit is contained in:
Guillaume Chatelet 2019-01-17 14:12:04 +01:00
parent 317edf860b
commit bd37e1bf24

View File

@ -13,6 +13,7 @@ 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:
@ -28,11 +29,6 @@ matrix:
env: env:
TOOLCHAIN=NATIVE TOOLCHAIN=NATIVE
TARGET=x86_64-osx TARGET=x86_64-osx
- os: windows
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
CMAKE_GENERATOR="Visual Studio 14 2015 Win64"
- os: windows - os: windows
env: env:
TOOLCHAIN=NATIVE TOOLCHAIN=NATIVE