summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean V. Kelley <seanvk@posteo.de>2017-01-21 22:34:40 -0800
committerGitHub <noreply@github.com>2017-01-21 22:34:40 -0800
commit07e3e77f80e9b6d05eb6a6eff157e7794a95f36d (patch)
tree72c19aec95f22dba8193cfbe4bdae2f03e94785a
parent2dd6c1a742fabae021d2a045a06e0af4fd76dfe8 (diff)
parent0e8abd316bee90f7e2a16e5c88f648499188a702 (diff)
downloadlibva-07e3e77f80e9b6d05eb6a6eff157e7794a95f36d.tar.gz
Merge pull request #3 from seanvk/master
readme : Add CI and Coveralls badges
-rw-r--r--.travis.yml51
-rw-r--r--README.md2
2 files changed, 53 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f9d0dd6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,51 @@
+dist: xenial
+sudo: required
+
+language: c
+compiler: gcc
+os: linux
+
+env:
+ global:
+ - NUM_THREADS=4
+
+addons:
+ apt:
+ packages:
+ - autoconf
+ - automake
+ - libtool
+ - m4
+ - perl
+ - pkg-config
+ - libdrm-dev
+ - libegl1-mesa-dev
+ - libgl1-mesa-dev
+ - libwayland-dev
+ - libx11-dev
+ - libxext-dev
+ - libxfixes-dev
+
+script:
+ - ./autogen.sh
+ - ./configure --prefix=/usr
+ - make -j4 ; sudo make install
+ - make check
+
+notifications:
+# Emails are sent to the committer's git-configured email address by default,
+# but only if they have access to the repository. To enable Travis on your
+# public fork of Caffe, just go to travis-ci.org and flip the switch on for
+# your Caffe fork. To configure your git email address, use:
+# git config --global user.email me@example.com
+ email:
+ on_success: always
+ on_failure: always
+
+# IRC notifications disabled by default.
+# Uncomment next 5 lines to send notifications to chat.freenode.net#caffe
+# irc:
+# channels:
+# - "chat.freenode.net#intel-media"
+# template:
+# - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
diff --git a/README.md b/README.md
index ca06864..d93a634 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
[![Stories in Ready](https://badge.waffle.io/01org/libva.png?label=ready&title=Ready)](http://waffle.io/01org/libva)
+[![Build Status](https://travis-ci.org/01org/ciao.svg?branch=master)](https://travis-ci.org/01org/libva)
+[![Coverage Status](https://coveralls.io/repos/github/01org/libva/badge.svg?branch=master)](https://coveralls.io/github/01org/libva?branch=master)
#Libva Project