Dmitry V. Levin | 690235a | 2015-11-26 16:07:57 +0000 | [diff] [blame] | 1 | language: c |
2 | |||||
Dmitry V. Levin | 690235a | 2015-11-26 16:07:57 +0000 | [diff] [blame] | 3 | dist: trusty |
4 | |||||
Dmitry V. Levin | cb7409c | 2016-06-18 22:53:25 +0000 | [diff] [blame] | 5 | before_install: ./travis-install.sh |
6 | |||||
7 | script: ./travis-build.sh | ||||
8 | |||||
9 | after_success: ./travis-success.sh | ||||
Dmitry V. Levin | 690235a | 2015-11-26 16:07:57 +0000 | [diff] [blame] | 10 | |
11 | sudo: required | ||||
12 | |||||
Dmitry V. Levin | cb7409c | 2016-06-18 22:53:25 +0000 | [diff] [blame] | 13 | git: |
14 | depth: 2147483647 | ||||
Dmitry V. Levin | 690235a | 2015-11-26 16:07:57 +0000 | [diff] [blame] | 15 | |
16 | env: | ||||
17 | global: | ||||
Dmitry V. Levin | 2607b4e | 2016-04-26 16:46:20 +0000 | [diff] [blame] | 18 | - SLEEP_A_BIT="sleep 0.2" |
Dmitry V. Levin | 690235a | 2015-11-26 16:07:57 +0000 | [diff] [blame] | 19 | - VERBOSE="1" |
Dmitry V. Levin | c9d2501 | 2015-11-30 22:18:16 +0000 | [diff] [blame] | 20 | |
21 | matrix: | ||||
Dmitry V. Levin | cb7409c | 2016-06-18 22:53:25 +0000 | [diff] [blame] | 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 | ||||
Dmitry V. Levin | b227293 | 2016-01-13 12:12:33 +0000 | [diff] [blame] | 33 | - compiler: clang-3.6 |
Dmitry V. Levin | cb7409c | 2016-06-18 22:53:25 +0000 | [diff] [blame] | 34 | env: |
35 | - TARGET=x86_64 | ||||
Dmitry V. Levin | b227293 | 2016-01-13 12:12:33 +0000 | [diff] [blame] | 36 | - compiler: musl-gcc |
Dmitry V. Levin | cb7409c | 2016-06-18 22:53:25 +0000 | [diff] [blame] | 37 | env: |
38 | - TARGET=x86_64 | ||||
39 | - compiler: clang-3.6 | ||||
40 | env: | ||||
41 | - TARGET=x86 |