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

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

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

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

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