blob: 0cca9e90bfe4f6dd952f9992d25e952ceb9d5830 [file] [log] [blame]
---
sudo: required
language: cpp
# For qemu-powered targets, get the list of supported processors from
# travis by setting QEMU_CPU=help, then set -mcpu= for the compilers
# accordingly.
matrix:
include:
- os: osx
env: HOST=x86_64-apple-darwin10
before_install:
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
install:
- travis_wait 30 ./.travis/install.sh
script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- travis_wait 115 sleep infinity &
- ./.travis/build.sh