]> git.notmuchmail.org Git - notmuch/commitdiff
.travis.yml: Add gdb and gpgsm dependencies
authorVladimir Panteleev <notmuch@thecybershadow.net>
Thu, 17 Aug 2017 17:51:40 +0000 (17:51 +0000)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 10:20:34 +0000 (07:20 -0300)
This allows running more tests which were previously skipped due to
missing dependencies.

.travis.yml

index 2ddc4c34b02ecadc95fe377d31b9ef4f586d5f06..5be8fb156661cd40cfb429a079c92e30e6041f22 100644 (file)
@@ -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.