mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
19 lines
320 B
YAML
19 lines
320 B
YAML
|
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"
|