]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
Sync with 2.16.6
[thirdparty/git.git] / .travis.yml
CommitLineData
522354d7
LS
1language: c
2
ce59dffb
LS
3sudo: false
4
6272ed31
LS
5cache:
6 directories:
7 - $HOME/travis-cache
8
522354d7
LS
9os:
10 - linux
11 - osx
12
13compiler:
14 - clang
15 - gcc
16
17addons:
18 apt:
19 packages:
20 - language-pack-is
e7e9f5e7 21 - git-svn
d9d14268 22 - apache2
522354d7 23
b98712b9
LS
24matrix:
25 include:
e3371e92 26 - env: jobname=GETTEXT_POISON
b8e188f6
LS
27 os: linux
28 compiler:
29 addons:
30 before_install:
bf427a94 31 - env: jobname=Windows
029aeeed
LS
32 os: linux
33 compiler:
34 addons:
35 before_install:
029aeeed
LS
36 script:
37 - >
38 test "$TRAVIS_REPO_SLUG" != "git/git" ||
39 ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
40 after_failure:
bf427a94 41 - env: jobname=Linux32
88dedd5e 42 os: linux
912b0ab1 43 compiler:
2c9a2dd0 44 addons:
88dedd5e
JS
45 services:
46 - docker
47 before_install:
657343a6 48 script: ci/run-linux32-docker.sh
bf427a94 49 - env: jobname=StaticAnalysis
d8245bb3
LS
50 os: linux
51 compiler:
52 addons:
53 apt:
54 packages:
55 - coccinelle
56 before_install:
657343a6 57 script: ci/run-static-analysis.sh
d8245bb3 58 after_failure:
bf427a94 59 - env: jobname=Documentation
b98712b9 60 os: linux
912b0ab1 61 compiler:
b98712b9
LS
62 addons:
63 apt:
64 packages:
65 - asciidoc
66 - xmlto
67 before_install:
b98712b9
LS
68 script: ci/test-documentation.sh
69 after_failure:
70
657343a6 71before_install: ci/install-dependencies.sh
3c93b829 72script: ci/run-build-and-tests.sh
657343a6 73after_failure: ci/print-test-failures.sh
522354d7
LS
74
75notifications:
76 email: false