]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
Merge branch 'js/rebase-p-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
15addons:
16 apt:
37fa4b3c
NTND
17 sources:
18 - ubuntu-toolchain-r-test
522354d7
LS
19 packages:
20 - language-pack-is
e7e9f5e7 21 - git-svn
d9d14268 22 - apache2
37fa4b3c 23 - gcc-8
522354d7 24
b98712b9
LS
25matrix:
26 include:
e3371e92 27 - env: jobname=GETTEXT_POISON
b8e188f6
LS
28 os: linux
29 compiler:
30 addons:
31 before_install:
bf427a94 32 - env: jobname=Windows
029aeeed
LS
33 os: linux
34 compiler:
35 addons:
36 before_install:
029aeeed
LS
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:
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:
657343a6 58 script: ci/run-static-analysis.sh
d8245bb3 59 after_failure:
bf427a94 60 - env: jobname=Documentation
b98712b9 61 os: linux
912b0ab1 62 compiler:
b98712b9
LS
63 addons:
64 apt:
65 packages:
66 - asciidoc
67 - xmlto
68 before_install:
b98712b9
LS
69 script: ci/test-documentation.sh
70 after_failure:
71
657343a6 72before_install: ci/install-dependencies.sh
3c93b829 73script: ci/run-build-and-tests.sh
657343a6 74after_failure: ci/print-test-failures.sh
522354d7
LS
75
76notifications:
77 email: false