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:
parent
ba81cb3da9
commit
c8e6725f27
12
.travis.yml
12
.travis.yml
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user