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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2017-01-22 22:24:03 +0300
committerTristan Matthews <tmatth@videolan.org>2017-01-22 22:24:03 +0300
commitcae5026cfd88782c7051af6e685059223578b7e9 (patch)
tree142c4192a2863c63852559ab0fb5a841a45abdc5
parent7fc5f8b88519a2aafdf4b6a5c31ef3d54b560d68 (diff)
travis: sync with speexdsp config
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0304c05..ff85bc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,14 @@ env:
- CONFIG="--enable-vorbis-psy"
- CONFIG="--disable-binaries"
+os:
+ - linux
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
script:
- ./autogen.sh
- ./configure $CONFIG