aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2ce0a14909573c3ed0d4eb03b6a2109ccedcc36b (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
sudo: required
os:
- linux
compiler:
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y -qq coreutils make autoconf automake gcc build-essential libelf-dev
script:
- make DEFCONFIG=y