mirror of https://github.com/nirenjan/libx52.git
Merge branch 'feature/travis'
commit
3849024816
|
@ -0,0 +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
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh -x
|
||||||
|
|
||||||
|
mkdir -p m4
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Reference in New Issue