]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
travis-ci: don't be '--quiet' when running the tests
[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
11compiler:
12 - clang
13 - gcc
14
b98712b9
LS
15matrix:
16 include:
6cdccfce 17 - env: jobname=GIT_TEST_GETTEXT_POISON
b8e188f6
LS
18 os: linux
19 compiler:
20 addons:
21 before_install:
bf427a94 22 - env: jobname=Windows
029aeeed
LS
23 os: linux
24 compiler:
25 addons:
26 before_install:
029aeeed
LS
27 script:
28 - >
29 test "$TRAVIS_REPO_SLUG" != "git/git" ||
30 ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
31 after_failure:
bf427a94 32 - env: jobname=Linux32
88dedd5e 33 os: linux
912b0ab1 34 compiler:
2c9a2dd0 35 addons:
88dedd5e
JS
36 services:
37 - docker
38 before_install:
657343a6 39 script: ci/run-linux32-docker.sh
bf427a94 40 - env: jobname=StaticAnalysis
d8245bb3
LS
41 os: linux
42 compiler:
657343a6 43 script: ci/run-static-analysis.sh
d8245bb3 44 after_failure:
bf427a94 45 - env: jobname=Documentation
b98712b9 46 os: linux
912b0ab1 47 compiler:
b98712b9
LS
48 script: ci/test-documentation.sh
49 after_failure:
50
657343a6 51before_install: ci/install-dependencies.sh
3c93b829 52script: ci/run-build-and-tests.sh
657343a6 53after_failure: ci/print-test-failures.sh
522354d7
LS
54
55notifications:
56 email: false