mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
travis: move to container-based builds
This commit is contained in:
parent
5f2feee680
commit
9f0b077295
1 changed files with 9 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
@ -2,10 +2,15 @@ language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
before_install:
|
addons:
|
||||||
- sudo apt-get update
|
apt:
|
||||||
install:
|
packages:
|
||||||
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
|
- bc
|
||||||
|
- doxygen
|
||||||
|
- expect
|
||||||
|
- gettext
|
||||||
|
- libncurses5-dev
|
||||||
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure
|
- ./configure
|
||||||
|
|
Loading…
Reference in a new issue