summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 971dee8297a6c113850730b45fe0cf0a84674a4d (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
---
sudo: required

language: cpp

os:
  - linux
compiler:
  - gcc
env:
  - CONFIGURE_OPTIONS=--disable-shared
  - CONFIGURE_OPTIONS=
matrix:
  include:
    - os: osx
      env: HOST=arm-apple-darwin

before_install:
  - if test x"$MEVAL" != x; then eval ${MEVAL}; fi

install:
  - ./.travis/install.sh

script:
  - if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
  - ./.travis/build.sh