mirror of
https://github.com/google/cpu_features.git
synced 2025-05-01 08:43:36 +02:00
17 lines
249 B
YAML
17 lines
249 B
YAML
sudo: required
|
|
language: c
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script:
|
|
- cmake --version
|
|
- cmake -H. -Bcmake_build
|
|
- cmake --build cmake_build --target all
|
|
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build cmake_build --target test
|