Files
squeezelite-esp32/components/spotify/cspot/bell/external/opus/.travis.yml
2023-03-25 16:48:41 -07:00

22 lines
328 B
YAML

language: c
compiler:
- gcc
- clang
os:
- linux
- osx
env:
- CONFIG=""
- CONFIG="--enable-assertions"
- CONFIG="--enable-fixed-point"
- CONFIG="--enable-fixed-point --disable-float-api"
- CONFIG="--enable-fixed-point --enable-assertions"
script:
- ./autogen.sh
- ./configure $CONFIG
- make distcheck