forked from neomutt/neomutt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
71 lines (61 loc) · 1.28 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
notifications:
email: false
branches:
except:
- /flatcap\/.*/
dist: bionic
language: c
compiler: gcc
cache: ccache
git:
depth: 3
addons:
apt:
packages:
- autopoint
- docbook-simple
- docbook-xsl
- gettext
- gpgsm
- graphviz
- jimsh
- libdb-dev
- libgdbm-dev
- libgnutls28-dev
- libgpgme11-dev
- libgss-dev
- libidn2-0-dev
- libkyotocabinet-dev
- liblmdb-dev
- liblua5.2-dev
- liblz4-dev
- libncursesw5-dev
- libnotmuch-dev
- libqdbm-dev
- librocksdb-dev
- libsasl2-dev
- libslang2-dev
- libssl-dev
- libtdb-dev
- libtokyocabinet-dev
- libxml2-utils
- libzstd-dev
- lua5.2
- lynx
- xsltproc
install:
- git clone --depth 1 https://github.com/neomutt/travis-build.git ~/config
- git clone --depth 1 https://github.com/neomutt/neomutt-test-files.git ~/test-files
before_script:
- ccache --zero-stats
- export ANSI_CLEAR
- export -f travis_fold
- export -f travis_nanoseconds
- export -f travis_time_finish
- export -f travis_time_start
- export NEOMUTT_TEST_DIR="$HOME/test-files"
- (cd ~/test-files && ./setup.sh)
script:
- ~/config/build
after_script:
- ccache --show-stats