]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
The sixth batch
[thirdparty/git.git] / .travis.yml
CommitLineData
522354d7
LS
1language: c
2
6272ed31
LS
3cache:
4 directories:
5 - $HOME/travis-cache
6
522354d7
LS
7os:
8 - linux
9 - osx
10
2000ac9f
SG
11osx_image: xcode10.1
12
522354d7
LS
13compiler:
14 - clang
15 - gcc
16
b98712b9
LS
17matrix:
18 include:
87b68db3 19 - env: jobname=GETTEXT_POISON
b8e188f6
LS
20 os: linux
21 compiler:
22 addons:
23 before_install:
fb9d7431
SG
24 - env: jobname=linux-gcc-4.8
25 os: linux
26 dist: trusty
27 compiler:
bf427a94 28 - env: jobname=Linux32
88dedd5e 29 os: linux
912b0ab1 30 compiler:
2c9a2dd0 31 addons:
88dedd5e
JS
32 services:
33 - docker
34 before_install:
5a33f541 35 script: ci/run-docker.sh
e0f8690d
ĐTCD
36 - env: jobname=linux-musl
37 os: linux
38 compiler:
39 addons:
40 services:
41 - docker
42 before_install:
43 script: ci/run-docker.sh
bf427a94 44 - env: jobname=StaticAnalysis
d8245bb3
LS
45 os: linux
46 compiler:
657343a6 47 script: ci/run-static-analysis.sh
d8245bb3 48 after_failure:
bf427a94 49 - env: jobname=Documentation
b98712b9 50 os: linux
912b0ab1 51 compiler:
b98712b9
LS
52 script: ci/test-documentation.sh
53 after_failure:
54
657343a6 55before_install: ci/install-dependencies.sh
3c93b829 56script: ci/run-build-and-tests.sh
657343a6 57after_failure: ci/print-test-failures.sh
522354d7
LS
58
59notifications:
60 email: false