mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
travis: ensure udev is installed
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
sudo: required
|
||||
language: c
|
||||
|
||||
compiler:
|
||||
@@ -8,6 +9,9 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
before_install:
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then apt-get install -qq libudev-dev ; fi
|
||||
|
||||
install:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11061
|
||||
#define LIBUSB_NANO 11062
|
||||
|
||||
Reference in New Issue
Block a user