unplugged-vendor/system/bt/embdrv/lc3/Common/KissFft/.travis.yml

20 lines
214 B
YAML

language: python
python:
- "2.6"
dist: trusty
before_install:
- sudo apt-get install -y libfftw3-dev
addons:
apt:
update: true
install: true
script:
- make all
- make testall