This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
speex-webrtc-test/external/SpeexDSP/speexdsp-1.2.0/.travis.yml
2020-11-07 19:58:52 +03:00

19 lines
241 B
YAML

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