1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +02:00

Test windows integration for travis-ci

This commit is contained in:
Guillaume Chatelet
2019-01-15 17:39:44 +01:00
parent 94838120ec
commit 1da4bf25c8
3 changed files with 50 additions and 22 deletions

View File

@ -12,32 +12,42 @@ matrix:
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=x86_64-linux-gnu
- os: linux
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=x86_64-linux-gnu
- os: osx
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=x86_64-osx
- os: osx
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=x86_64-osx
- os: windows
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
- os: windows
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
- os: linux-ppc64le
compiler: gcc
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=ppc64le-linux-gnu
- os: linux-ppc64le
compiler: clang
env:
TOOLCHAIN=NATIVE
TARGET=native
TARGET=ppc64le-linux-gnu
# Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
- os: linux
env: