fish-shell/.travis.yml

28 lines
634 B
YAML
Raw Normal View History

language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
install:
2015-01-19 18:51:22 +00:00
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
script:
- autoreconf
- ./configure
2015-03-20 06:53:37 +00:00
- make -j2
- sudo make install
- make test SHOW_INTERACTIVE_LOG=1
notifications:
irc:
channels:
- "irc.oftc.net#fish"
template:
- "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
use_notice: true
skip_join: true
webhooks:
urls:
- https://webhooks.gitter.im/e/61821cec3015bf0f8bb1
2014-06-11 18:44:41 +00:00
matrix:
fast_finish: true