ci: use the same build dependencies than node-hid (#492)
This commit is contained in:
committed by
László Monda
parent
e7d6913984
commit
e8f755af70
23
.travis.yml
23
.travis.yml
@@ -1,4 +1,4 @@
|
|||||||
language: c
|
language: cpp
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
@@ -18,14 +18,29 @@ matrix:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- libgnome-keyring-dev
|
- libgnome-keyring-dev
|
||||||
- libsecret-1-dev
|
- libsecret-1-dev
|
||||||
- icnsutils
|
- icnsutils
|
||||||
- libudev-dev
|
- g++-4.8
|
||||||
- build-essential
|
- g++-4.8-multilib
|
||||||
|
- gcc-multilib
|
||||||
|
- libgtk2.0-0
|
||||||
|
- libxtst6
|
||||||
|
- libnotify4
|
||||||
|
- libgconf2-4
|
||||||
|
- libgtk2.0-0:i386
|
||||||
|
- libxtst6:i386
|
||||||
|
- libnotify4:i386
|
||||||
|
- libgconf2-4:i386
|
||||||
|
- libnss3:i386
|
||||||
|
- libasound2:i386
|
||||||
|
- libxss1:i386
|
||||||
|
- socat
|
||||||
- libusb-1.0-0-dev
|
- libusb-1.0-0-dev
|
||||||
- g++-multilib
|
- libudev-dev
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user