]> granicus.if.org Git - strace/blob - .travis.yml
mmap_cache: add function to enable mmap_cache
[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 sudo: required
10
11 git:
12   depth: 2147483647
13
14 env:
15   global:
16     - SLEEP_A_BIT="sleep 0.2"
17     - VERBOSE="1"
18
19 matrix:
20   include:
21     - compiler: gcc
22       env:
23         - TARGET=x86_64
24     - compiler: gcc
25       env:
26         - TARGET=x32
27     - compiler: gcc
28       env:
29         - TARGET=x86
30     - compiler: clang
31       env:
32         - TARGET=x86_64
33     - compiler: musl-gcc
34       env:
35         - TARGET=x86_64
36     - compiler: clang
37       env:
38         - TARGET=x86
39     - compiler: musl-gcc
40       env:
41         - TARGET=x86
42     - compiler: gcc-7
43       env:
44         - TARGET=x86_64
45     - compiler: gcc-7
46       env:
47         - TARGET=x32
48     - compiler: gcc-7
49       env:
50         - TARGET=x86
51     - compiler: gcc
52       env:
53         - TARGET=x86_64
54         - CHECK=coverage
55         - KHEADERS=torvalds/linux