Travis CI.

Signed-off-by: Ondřej Nový <novy@ondrej.org>
This commit is contained in:
Ondřej Nový 2016-03-01 08:40:13 +01:00 committed by Greg Tucker
parent c5dd20e075
commit 8c7c1ba59b
2 changed files with 15 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
sudo: required
dist: trusty
before_script:
- sudo apt-get install -y yasm nasm
- ./autogen.sh
script: ./configure && make && make check
language: c
compiler:
- clang
- gcc
env:
- AS=yasm
- AS=nasm

View File

@ -2,6 +2,8 @@
Intel(R) Intelligent Storage Acceleration Library
=================================================
[![Build Status](https://travis-ci.org/01org/isa-l.svg?branch=master)](https://travis-ci.org/01org/isa-l)
Build Prerequisites
===================