]> granicus.if.org Git - strace/blob - .travis.yml
Include "kernel_types.h" in defs.h and tests/tests.h
[strace] / .travis.yml
1 language: c
2
3 dist: trusty
4
5 before_install: ./travis-install.sh
6
7 script: ./travis-build.sh
8
9 after_success: ./travis-success.sh
10
11 sudo: required
12
13 git:
14   depth: 2147483647
15
16 env:
17   global:
18     - SLEEP_A_BIT="sleep 0.2"
19     - VERBOSE="1"
20
21 matrix:
22   include:
23     - compiler: gcc
24       env:
25         - TARGET=x86_64
26         - COVERAGE=true
27     - compiler: gcc
28       env:
29         - TARGET=x32
30     - compiler: gcc
31       env:
32         - TARGET=x86
33     - compiler: clang-3.6
34       env:
35         - TARGET=x86_64
36     - compiler: musl-gcc
37       env:
38         - TARGET=x86_64
39     - compiler: clang-3.6
40       env:
41         - TARGET=x86
42     - compiler: musl-gcc
43       env:
44         - TARGET=x86