Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2016-07-08 20:10:24 +0300
committerRalph Giles <giles@mozilla.com>2016-07-08 20:10:24 +0300
commitd02ec93f9af486de517c4f7db034306b02946e48 (patch)
tree6dd43f2e60666d5e89019528cc4447cd30805956 /.travis.yml
parentbcea233f7541d85253d42bc98ee2e1f842c11461 (diff)
Add a minimal travis continuous integration script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..3aeeb803
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: c
+
+script:
+ - ./autogen.sh
+ - ./configure
+ - make distcheck