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

language: c
compiler:
  - clang

git:
  submodules: false

notifications:
  email:
    on_success: change
    on_failure: always


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

script:
  - PATH=/usr/local/opt/gettext/bin:$PATH make autoreconf
  - PATH=/usr/local/opt/gettext/bin:$PATH ./configure --disable-full-test-suite --disable-valgrind-tests --disable-doc --disable-guile --disable-dependency-tracking
  - make -j$(sysctl -n hw.ncpu)
  - make -j$(sysctl -n hw.ncpu) check gl_public_submodule_commit=