summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstopiccot <alexey.petruchik@gmail.com>2015-05-20 21:46:28 +0300
committerRalph Giles <giles@mozilla.com>2015-05-20 14:36:06 -0700
commit6529023139eee63c6b52399368ee1d57a00d83ca (patch)
treedac5b9f169e04326dc5edd83d6a0d41eea2cbe8b /README.md
parent98a3ab59affba38075c6b03866b6ff74d2ba3c25 (diff)
downloadogg-git-6529023139eee63c6b52399368ee1d57a00d83ca.tar.gz
Add travis badge to README.md
Also update build instructions for autogen.sh change. Signed-off-by: Ralph Giles <giles@mozilla.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d01e5da..3720cf0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Ogg
+[![Build Status](https://travis-ci.org/xiph/ogg.png?branch=master)](https://travis-ci.org/xiph/ogg)
+
Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form. For example,
the Ogg bitstream makes seeking, time stamping and error recovery
@@ -50,6 +52,7 @@ documentation into /usr/local/share/doc.
A standard svn build should consist of nothing more than:
./autogen.sh
+ ./configure
make
and as root if desired :