mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-31 21:59:43 +03:00
move to new cspot
This commit is contained in:
21
components/spotify/cspot/bell/external/opus/.travis.yml
vendored
Normal file
21
components/spotify/cspot/bell/external/opus/.travis.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user