unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob dff57a71ec7bbeb62114120da36af38a98dbd1cb 869 bytes (raw)
name: .travis.yml 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
language: c
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx

  # 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.
  # TODO: Watch https://github.com/travis-ci/travis-ci/issues/2046 and remove
  #       this hack once travis-ci switches to Ubuntu 14.04
  - wget 'https://github.com/notmuch/travis-files/raw/master/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb'
  - wget 'https://github.com/notmuch/travis-files/raw/master/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb'
  - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb
  - sudo apt-get install -f

script:
  - ./configure
  - make test
notifications:
  irc: "chat.freenode.net#notmuch"

debug log:

solving dff57a7 ...
found dff57a7 in https://yhetil.org/notmuch.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).