view src/capnproto-0.6.0/.travis.yml @ 74:2f2b27544483

Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author Chris Cannam
date Wed, 30 Jan 2019 10:30:56 +0000
parents 0994c39f1e94
children
line wrap: on
line source
branches:
  only:
  - master
  - /release-.*/
language: cpp
os:
  - linux
  - osx
compiler:
  - gcc
  - clang
dist: trusty
sudo: false
addons:
  apt:
    packages:
      - automake
      - autoconf
      - libtool
      - pkg-config
before_install:
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake autoconf libtool; fi
script: ./super-test.sh -j2 quick  # limit parallelism due to limited memory on Travis