]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
grep tests: move binary pattern tests into their own file
[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:
bf427a94 24 - env: jobname=Linux32
88dedd5e 25 os: linux
912b0ab1 26 compiler:
2c9a2dd0 27 addons:
88dedd5e
JS
28 services:
29 - docker
30 before_install:
657343a6 31 script: ci/run-linux32-docker.sh
bf427a94 32 - env: jobname=StaticAnalysis
d8245bb3
LS
33 os: linux
34 compiler:
657343a6 35 script: ci/run-static-analysis.sh
d8245bb3 36 after_failure:
bf427a94 37 - env: jobname=Documentation
b98712b9 38 os: linux
912b0ab1 39 compiler:
b98712b9
LS
40 script: ci/test-documentation.sh
41 after_failure:
42
657343a6 43before_install: ci/install-dependencies.sh
3c93b829 44script: ci/run-build-and-tests.sh
657343a6 45after_failure: ci/print-test-failures.sh
522354d7
LS
46
47notifications:
48 email: false