mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
.travis.yml: Add gdb and gpgsm dependencies
This allows running more tests which were previously skipped due to missing dependencies.
This commit is contained in:
parent
544d0e288d
commit
2268eeb90d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: c
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx
|
||||
- sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
|
||||
|
||||
# Notmuch requires zlib 1.2.5.2, unfortunately travis runs on Ubuntu 12.04LTS which
|
||||
# ships with zlib 1.2.3.3. We need to update to zlib 1.2.5.2 to be able to build.
|
||||
|
|
Loading…
Reference in a new issue