Travis CI.
Signed-off-by: Ondřej Nový <novy@ondrej.org>
This commit is contained in:
parent
c5dd20e075
commit
8c7c1ba59b
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
@ -2,6 +2,8 @@
|
|||||||
Intel(R) Intelligent Storage Acceleration Library
|
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
|
Build Prerequisites
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user