Switch to container based building and update build script

pull/10/head
nirenjan 2015-12-10 10:15:43 -08:00
parent 4dcba4bfe1
commit 67e6e68fb3
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
language: c
script: ./autogen.sh && ./configure && make && make test
# Use container based infrastructure
sudo: false
addons:
apt:
packages:
- libusb-1.0-0-dev
- libudev-dev