1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

Try to fix travis-ci on OSX.

This commit is contained in:
Guillaume Chatelet 2018-02-01 13:31:58 +01:00
parent ebab23ac9a
commit b9ca19b8e6
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ compiler:
script: script:
- cmake --version - cmake --version
- cmake -H. -Bbuild - mkdir build && cd build && cmake ..
- cmake --build build --target all - cmake --build build --target all
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test - CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test

View File

@ -1,4 +1,4 @@
# cpu features # cpu features [![Build Status](https://travis-ci.org/google/cpu_features.svg?branch=master)](https://travis-ci.org/google/cpu_features)
A cross platform C89 library to get cpu features at runtime. A cross platform C89 library to get cpu features at runtime.