Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Added more dependencies to Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dma committed Dec 15, 2014
1 parent b125f2c commit f506502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ before_install:
- sudo apt-get autoremove -qq
- sudo apt-get install -qq -y gengetopt help2man $EXTRA
env:
- EXTRA="libjson0-dev"
- EXTRA="libjson0-dev libudev-dev libusb-1.0-0-dev"
matrix:
include:
- compiler: gcc
env: EXTRA="wine mingw-w64 mingw-w64-dev" REMOVE=mingw32 ARCH=32
- compiler: gcc
env: EXTRA="wine mingw-w64 mingw-w64-dev" REMOVE=mingw32 ARCH=64
script: ./build-aux/travis
script:
- ./build-aux/travis

0 comments on commit f506502

Please sign in to comment.