summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7b06e8977ae5147f499011c6e699a07b87b7e8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
os:
 - osx

language: c
compiler:
  - clang

notifications:
  email:
    on_success: change
    on_failure: always

before_install:
  - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
        brew install pkg-config autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 unbound libidn gettext;
    fi

script:
  - PATH=/usr/local/opt/gettext/bin:$PATH make autoreconf && rm -f tests/suite/mini-eagain2.c
  - PATH=/usr/local/opt/gettext/bin:$PATH ./configure --disable-valgrind-tests --disable-doc --disable-guile --without-p11-kit --disable-dependency-tracking
  - make -j4
  - make -j4 check