blob: ffb1bc46f2d9605f7c3fba478f918fcc288bbdd6 [file] [log] [blame]
Lars Schneider522354d2015-11-27 10:23:27 +01001language: c
2
Lars Schneider6272ed32016-01-26 10:53:42 +01003cache:
4 directories:
5 - $HOME/travis-cache
6
Lars Schneider522354d2015-11-27 10:23:27 +01007os:
8 - linux
9 - osx
10
SZEDER Gábor2000ac92019-01-17 02:29:12 +010011osx_image: xcode10.1
12
Lars Schneider522354d2015-11-27 10:23:27 +010013compiler:
14 - clang
15 - gcc
16
Lars Schneiderb98712b2016-05-04 10:38:36 +020017matrix:
18 include:
Ævar Arnfjörð Bjarmason6cdccfc2018-11-08 21:15:29 +000019 - env: jobname=GIT_TEST_GETTEXT_POISON
Lars Schneiderb8e188f2017-05-05 17:40:53 +020020 os: linux
21 compiler:
22 addons:
23 before_install:
SZEDER Gáborbf427a92017-12-12 00:34:44 +010024 - env: jobname=Linux32
Johannes Schindelin88dedd52017-03-05 19:25:19 +010025 os: linux
Lars Schneider912b0ab2017-04-11 10:33:09 +020026 compiler:
SZEDER Gábor2c9a2dd2017-12-27 17:36:01 +010027 addons:
Johannes Schindelin88dedd52017-03-05 19:25:19 +010028 services:
29 - docker
30 before_install:
Lars Schneider657343a2017-09-10 16:44:28 +020031 script: ci/run-linux32-docker.sh
SZEDER Gáborbf427a92017-12-12 00:34:44 +010032 - env: jobname=StaticAnalysis
Lars Schneiderd8245bb2017-04-11 09:26:37 +020033 os: linux
34 compiler:
Lars Schneider657343a2017-09-10 16:44:28 +020035 script: ci/run-static-analysis.sh
Lars Schneiderd8245bb2017-04-11 09:26:37 +020036 after_failure:
SZEDER Gáborbf427a92017-12-12 00:34:44 +010037 - env: jobname=Documentation
Lars Schneiderb98712b2016-05-04 10:38:36 +020038 os: linux
Lars Schneider912b0ab2017-04-11 10:33:09 +020039 compiler:
Lars Schneiderb98712b2016-05-04 10:38:36 +020040 script: ci/test-documentation.sh
41 after_failure:
42
Lars Schneider657343a2017-09-10 16:44:28 +020043before_install: ci/install-dependencies.sh
SZEDER Gábor3c93b822018-01-08 18:22:14 +010044script: ci/run-build-and-tests.sh
Lars Schneider657343a2017-09-10 16:44:28 +020045after_failure: ci/print-test-failures.sh
Lars Schneider522354d2015-11-27 10:23:27 +010046
47notifications:
48 email: false