1 Star 0 Fork 3

Primitive/bluez-alsa

forked from test/bluez-alsa 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: true
dist: trusty
language: c
addons:
apt:
sources:
- sourceline: 'deb http://cz.archive.ubuntu.com/ubuntu xenial main'
packages:
- libasound2-dev
- libbluetooth-dev
- libbsd-dev
- libfdk-aac-dev
- libglib2.0-dev
- libncurses5-dev
- libreadline-dev
- libsbc-dev
before_script:
- mkdir -p m4
- autoreconf --install && mkdir build && cd build
script:
- ../configure && make && make check
- ../configure --enable-aac && make && make check
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/khukuri/bluez-alsa.git
git@gitee.com:khukuri/bluez-alsa.git
khukuri
bluez-alsa
bluez-alsa
master

搜索帮助