summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4775ff4b99988a94628561d022c01c0cd3abeaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: c
compiler:
  - gcc
  - clang
sudo: false

addons:
  apt:
    packages:
    - libnl-3-dev
    - libnl-genl-3-dev
    - libnl-route-3-dev
    - libnetfilter-conntrack-dev
    - libgeoip-dev
    - liburcu-dev
    - libpcap-dev
    - libnet1-dev
    - libcli-dev

script: CC=$CC ./configure && make CC=$CC
tiwai@suse.de>2016-05-17 12:45:31 +0200 committerTakashi Iwai <tiwai@suse.de>2016-05-17 12:45:31 +0200 commit6971ce4134174b9772ed79ff7747696eab087d30 (patch) treecda109375b048f9d67a7be0c5138a3c4b5900ca1 /Documentation parenta158f2b79ff1948c864a38296ea4249f7296362b (diff)parent29cf67b99527296e9c9b9f6995c1d271d21f79c0 (diff)
Merge tag 'asoc-v4.7-fix-hdac' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fix for v4.7 Fix an unused variable warning in the HDAC code.
Diffstat (limited to 'Documentation')