mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
Adding travis ci configuration.
This commit is contained in:
parent
8e58ef0d2b
commit
ebab23ac9a
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
language: c
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cmake --version
|
||||||
|
- cmake -H. -Bbuild
|
||||||
|
- cmake --build build --target all
|
||||||
|
- CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test
|
Loading…
x
Reference in New Issue
Block a user