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: 0304c05933f0e4df4c90bf2b0a364f2b094a6e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c

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

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