summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e8e05eb6b15f9baac4b0482e444fb45343313d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: c

dist: trusty

before_install: ci/install-dependencies.sh

script: ci/run-build-and-tests.sh

sudo: required

git:
  depth: 2147483647

env:
  global:
    - SLEEP_A_BIT="sleep 0.2"
    - VERBOSE="1"

matrix:
  include:
    - compiler: musl-gcc
      env:
        - TARGET=x86_64
        - KHEADERS=torvalds/linux
    - compiler: musl-gcc
      env:
        - TARGET=x86
        - KHEADERS=torvalds/linux