mirror of https://github.com/MidnightCommander/mc
16 lines
401 B
YAML
16 lines
401 B
YAML
language: c
|
|
sudo: true
|
|
|
|
env:
|
|
- CFLAGS=-Wno-error=shadow
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y autoconf gettext autopoint libtool check
|
|
- sudo apt-get install -y e2fslibs-dev libaspell-dev libglib2.0-dev libgpm-dev libncurses5-dev libslang2-dev libssh2-1-dev libx11-dev unzip
|
|
|
|
script:
|
|
- ./maint/utils/check-indent.sh
|
|
- ./autogen.sh
|
|
- ./maint/utils/travis-build.sh
|