]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
travis-ci: fine tune the use of 'set -x' in 'ci/*' scripts
[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:
88dedd5e
JS
45 services:
46 - docker
47 before_install:
88dedd5e 48 before_script:
657343a6 49 script: ci/run-linux32-docker.sh
bf427a94 50 - env: jobname=StaticAnalysis
d8245bb3
LS
51 os: linux
52 compiler:
53 addons:
54 apt:
55 packages:
56 - coccinelle
57 before_install:
c2154953 58 before_script:
657343a6 59 script: ci/run-static-analysis.sh
d8245bb3 60 after_failure:
bf427a94 61 - env: jobname=Documentation
b98712b9 62 os: linux
912b0ab1 63 compiler:
b98712b9
LS
64 addons:
65 apt:
66 packages:
67 - asciidoc
68 - xmlto
69 before_install:
657343a6 70 before_script:
b98712b9
LS
71 script: ci/test-documentation.sh
72 after_failure:
73
657343a6
LS
74before_install: ci/install-dependencies.sh
75before_script: ci/run-build.sh
76script: ci/run-tests.sh
77after_failure: ci/print-test-failures.sh
522354d7
LS
78
79notifications:
80 email: false