1
0
mirror of https://github.com/google/cpu_features.git synced 2025-05-01 00:33:36 +02:00
cpu_features/.travis.yml
2018-02-14 09:59:29 +01:00

30 lines
480 B
YAML

language: c
sudo: false
cache:
directories:
- $HOME/qemu
- $HOME/toolchains
matrix:
include:
- os: linux
compiler: gcc
- os: linux
compiler: clang
- os: osx
compiler: gcc
- os: osx
compiler: clang
- os: linux
env:
CROSS_COMPILE=1
TOOLCHAIN_NAME=gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
TARGET=arm-linux-gnueabihf
QEMU_ARCH=arm
script:
- cmake --version
- bash -e -x ./scripts/run_integration.sh