]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
Git 2.24
[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:
6cdccfce 19 - env: jobname=GIT_TEST_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:
657343a6 35 script: ci/run-linux32-docker.sh
bf427a94 36 - env: jobname=StaticAnalysis
d8245bb3
LS
37 os: linux
38 compiler:
657343a6 39 script: ci/run-static-analysis.sh
d8245bb3 40 after_failure:
bf427a94 41 - env: jobname=Documentation
b98712b9 42 os: linux
912b0ab1 43 compiler:
b98712b9
LS
44 script: ci/test-documentation.sh
45 after_failure:
46
657343a6 47before_install: ci/install-dependencies.sh
3c93b829 48script: ci/run-build-and-tests.sh
657343a6 49after_failure: ci/print-test-failures.sh
522354d7
LS
50
51notifications:
52 email: false