Files
mosh/.travis.yml
T
2015-10-03 03:47:04 -04:00

32 lines
627 B
YAML

os:
- linux
- osx
cache:
- apt
language: cpp
sudo: required
services: docker
addons:
apt:
packages:
- protobuf-compiler
- libprotobuf-dev
- libutempter-dev
before_install:
- if test "$TRAVIS_OS_NAME" = osx; then brew update; fi
- if test "$TRAVIS_OS_NAME" = osx; then brew install protobuf tmux; fi
- if test "$TRAVIS_OS_NAME" = osx; then brew outdated protobuf tmux || brew upgrade protobuf tmux; fi
- git fetch --tags --unshallow
script:
- ./autogen.sh
- ./configure --enable-compile-warnings=error --enable-examples
- make distcheck
notifications:
irc: "chat.freenode.net#mosh"