]> git.ipfire.org Git - thirdparty/git.git/blame - .travis.yml
t/lib-git-daemon: fix signal checking
[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:
37fa4b3c
NTND
19 sources:
20 - ubuntu-toolchain-r-test
522354d7
LS
21 packages:
22 - language-pack-is
e7e9f5e7 23 - git-svn
d9d14268 24 - apache2
37fa4b3c 25 - gcc-8
522354d7 26
b98712b9
LS
27matrix:
28 include:
e3371e92 29 - env: jobname=GETTEXT_POISON
b8e188f6
LS
30 os: linux
31 compiler:
32 addons:
33 before_install:
bf427a94 34 - env: jobname=Windows
029aeeed
LS
35 os: linux
36 compiler:
37 addons:
38 before_install:
029aeeed
LS
39 script:
40 - >
41 test "$TRAVIS_REPO_SLUG" != "git/git" ||
42 ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
43 after_failure:
bf427a94 44 - env: jobname=Linux32
88dedd5e 45 os: linux
912b0ab1 46 compiler:
2c9a2dd0 47 addons:
88dedd5e
JS
48 services:
49 - docker
50 before_install:
657343a6 51 script: ci/run-linux32-docker.sh
bf427a94 52 - env: jobname=StaticAnalysis
d8245bb3
LS
53 os: linux
54 compiler:
55 addons:
56 apt:
57 packages:
58 - coccinelle
59 before_install:
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:
b98712b9
LS
71 script: ci/test-documentation.sh
72 after_failure:
73
657343a6 74before_install: ci/install-dependencies.sh
3c93b829 75script: ci/run-build-and-tests.sh
657343a6 76after_failure: ci/print-test-failures.sh
522354d7
LS
77
78notifications:
79 email: false