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

Fix travis ci

This commit is contained in:
Corentin Le Molgat 2020-03-11 14:55:21 +01:00 committed by Mizux
parent ba81cb3da9
commit c8e6725f27

View File

@ -8,8 +8,7 @@ cache:
- $HOME/cpu_features_archives - $HOME/cpu_features_archives
addons: addons:
apt: apt_packages:
packages:
- ninja-build - ninja-build
env: env:
@ -41,14 +40,19 @@ matrix:
env: env:
TARGET=x86_64-windows TARGET=x86_64-windows
CMAKE_GENERATOR="Visual Studio 15 2017 Win64" CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
- os: linux-ppc64le
# see: https://docs.travis-ci.com/user/multi-cpu-architectures/
- os: linux
arch: ppc64le
compiler: gcc compiler: gcc
env: env:
TARGET=ppc64le-linux-gnu TARGET=ppc64le-linux-gnu
- os: linux-ppc64le - os: linux
arch: ppc64le
compiler: clang compiler: clang
env: env:
TARGET=ppc64le-linux-gnu TARGET=ppc64le-linux-gnu
# Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
- os: linux - os: linux
env: env: