mirror of https://github.com/MidnightCommander/mc
maint: add basic .travis.yml for Travis CI
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
652e97303d
commit
86bd631061
|
@ -0,0 +1,12 @@
|
|||
language: c
|
||||
sudo: true
|
||||
|
||||
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
|
Loading…
Reference in New Issue