]>
Commit | Line | Data |
---|---|---|
522354d7 LS |
1 | language: c |
2 | ||
6272ed31 LS |
3 | cache: |
4 | directories: | |
5 | - $HOME/travis-cache | |
6 | ||
522354d7 LS |
7 | os: |
8 | - linux | |
9 | - osx | |
10 | ||
2000ac9f SG |
11 | osx_image: xcode10.1 |
12 | ||
522354d7 LS |
13 | compiler: |
14 | - clang | |
15 | - gcc | |
16 | ||
b98712b9 LS |
17 | matrix: |
18 | include: | |
6cdccfce | 19 | - env: jobname=GIT_TEST_GETTEXT_POISON |
b8e188f6 LS |
20 | os: linux |
21 | compiler: | |
22 | addons: | |
23 | before_install: | |
bf427a94 | 24 | - env: jobname=Windows |
029aeeed LS |
25 | os: linux |
26 | compiler: | |
27 | addons: | |
28 | before_install: | |
029aeeed LS |
29 | script: |
30 | - > | |
31 | test "$TRAVIS_REPO_SLUG" != "git/git" || | |
32 | ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD) | |
33 | after_failure: | |
bf427a94 | 34 | - env: jobname=Linux32 |
88dedd5e | 35 | os: linux |
912b0ab1 | 36 | compiler: |
2c9a2dd0 | 37 | addons: |
88dedd5e JS |
38 | services: |
39 | - docker | |
40 | before_install: | |
657343a6 | 41 | script: ci/run-linux32-docker.sh |
bf427a94 | 42 | - env: jobname=StaticAnalysis |
d8245bb3 LS |
43 | os: linux |
44 | compiler: | |
657343a6 | 45 | script: ci/run-static-analysis.sh |
d8245bb3 | 46 | after_failure: |
bf427a94 | 47 | - env: jobname=Documentation |
b98712b9 | 48 | os: linux |
912b0ab1 | 49 | compiler: |
b98712b9 LS |
50 | script: ci/test-documentation.sh |
51 | after_failure: | |
52 | ||
657343a6 | 53 | before_install: ci/install-dependencies.sh |
3c93b829 | 54 | script: ci/run-build-and-tests.sh |
657343a6 | 55 | after_failure: ci/print-test-failures.sh |
522354d7 LS |
56 | |
57 | notifications: | |
58 | email: false |