mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
.travis.yml: add https://travis-ci.org/ automatic builds
This commit is contained in:
committed by
ridiculousfish
parent
b475325b5e
commit
e908b731ab
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen
|
||||
script:
|
||||
- autoreconf
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install
|
||||
- make test
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.oftc.net#fish"
|
||||
@@ -1,4 +1,4 @@
|
||||
[fish](http://fishshell.com/) - the friendly interactive shell
|
||||
[fish](http://fishshell.com/) - the friendly interactive shell [](https://travis-ci.org/zanchey/fish-shell)
|
||||
================================================
|
||||
|
||||
fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.
|
||||
|
||||
Reference in New Issue
Block a user