mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 21:53:18 +02:00
travis: Add PowerPC jobs
Signed-off-by: Rashmica Gupta <rashmica.gupta@au1.ibm.com>
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -28,6 +28,16 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
TOOLCHAIN=NATIVE
|
TOOLCHAIN=NATIVE
|
||||||
TARGET=native
|
TARGET=native
|
||||||
|
- os: linux-ppc64le
|
||||||
|
compiler: gcc
|
||||||
|
env:
|
||||||
|
TOOLCHAIN=NATIVE
|
||||||
|
TARGET=native
|
||||||
|
- os: linux-ppc64le
|
||||||
|
compiler: clang
|
||||||
|
env:
|
||||||
|
TOOLCHAIN=NATIVE
|
||||||
|
TARGET=native
|
||||||
# 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:
|
||||||
|
Reference in New Issue
Block a user