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:
parent
ebab23ac9a
commit
b9ca19b8e6
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# cpu features
|
# cpu features [](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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user