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

.travis.yml - github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff85bc3580d88870a9152f4dbbe01d2c08e68a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: c

env:
  - CONFIG=""
  - CONFIG="--enable-fixed-point"
  - CONFIG="--enable-fixed-point --disable-float-api"
  - CONFIG="--enable-vorbis-psy"
  - CONFIG="--disable-binaries"

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

script:
  - ./autogen.sh
  - ./configure $CONFIG
  - make distcheck