mirror of https://github.com/nirenjan/libx52.git
Switch to container based building and update build script
parent
4dcba4bfe1
commit
67e6e68fb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue