]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
travis-ci: check that all build artifacts are .gitignore-d
[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:
36 before_script:
37 script:
38 - >
39 test "$TRAVIS_REPO_SLUG" != "git/git" ||
40 ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
41 after_failure:
bf427a94 42 - env: jobname=Linux32
88dedd5e 43 os: linux
912b0ab1 44 compiler:
2c9a2dd0 45 addons:
88dedd5e
JS
46 services:
47 - docker
48 before_install:
88dedd5e 49 before_script:
657343a6 50 script: ci/run-linux32-docker.sh
bf427a94 51 - env: jobname=StaticAnalysis
d8245bb3
LS
52 os: linux
53 compiler:
54 addons:
55 apt:
56 packages:
57 - coccinelle
58 before_install:
c2154953 59 before_script:
657343a6 60 script: ci/run-static-analysis.sh
d8245bb3 61 after_failure:
bf427a94 62 - env: jobname=Documentation
b98712b9 63 os: linux
912b0ab1 64 compiler:
b98712b9
LS
65 addons:
66 apt:
67 packages:
68 - asciidoc
69 - xmlto
70 before_install:
657343a6 71 before_script:
b98712b9
LS
72 script: ci/test-documentation.sh
73 after_failure:
74
657343a6
LS
75before_install: ci/install-dependencies.sh
76before_script: ci/run-build.sh
77script: ci/run-tests.sh
78after_failure: ci/print-test-failures.sh
522354d7
LS
79
80notifications:
81 email: false