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-01 13:31:58 +01:00

18 lines
262 B
YAML

sudo: required
dist: trusty
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- cmake --version
- mkdir build && cd build && cmake ..
- cmake --build build --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test