]> granicus.if.org Git - neomutt/commitdiff
travis: restore build
authorRichard Russon <rich@flatcap.org>
Sat, 26 Nov 2016 11:39:09 +0000 (11:39 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 26 Nov 2016 11:39:10 +0000 (11:39 +0000)
.travis.yml got overwritten when I merged the translation updates.

.travis.yml

index f543863baedb7088f38ab388ef6f35bdbf15f8b0..b0b7225c3979b258be50bf7c1109ad9bb924d123 100644 (file)
@@ -1,17 +1,52 @@
 notifications:
-  email: false
+  email:
+    recipients:
+      - rich@flatcap.org
+    on_success: change
+    on_failure: always
 
 sudo: required
 dist: trusty
 
 language: c
 compiler: gcc
+cache: ccache
 
 addons:
   apt:
     packages:
+      - libgpgme11-dev
+      - libnotmuch-dev
+      - libtokyocabinet-dev
+      - libkyotocabinet-dev
+      - libgdbm-dev
+      - libdb-dev
+      - liblmdb-dev
+      - libqdbm-dev
+      - libslang2-dev
+      - libgnutls-dev
+      - libssl-dev
+      - libsasl2-dev
+      - libgss-dev
+      - xsltproc
+      - lynx
+      - docbook-simple
+      - docbook-xsl
+      - libxml2-utils
       - gettext
 
+git:
+  depth: 3
+
+install:
+  - git clone --depth 1 https://github.com/neomutt/travis-build.git ~/config
+
+before_script:
+  - ccache --zero-stats
+
 script:
-  - cd po && for i in *.po; do echo -ne "${i%.po}:\t"; msgfmt --statistics -c -o ${i%.po}.gmo $i; done
+  - ~/config/build
+
+after_script:
+  - ccache --show-stats