diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | README.md | 5 |
3 files changed, 9 insertions, 3 deletions
@@ -46,3 +46,7 @@ test/test_sanity.exe test/test_tone test/test_tone.exe include/cubeb/cubeb-stdint.h +test-suite.log +test/test_sanity.log +test/test_sanity.trs + @@ -1,3 +0,0 @@ -See INSTALL for build instructions. - -Licensed under an ISC-style license. See LICENSE for details. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e942ae --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[![Build Status](https://travis-ci.org/kinetiknz/cubeb.svg?branch=master)](https://travis-ci.org/kinetiknz/cubeb) + +See INSTALL for build instructions. + +Licensed under an ISC-style license. See LICENSE for details. |