.travis.yml update

This commit is contained in:
Markus Gans 2017-11-11 22:02:21 +01:00
parent c67e993467
commit f3a8786b3f
1 changed files with 8 additions and 8 deletions

View File

@ -8,8 +8,6 @@ install:
- uname -a - uname -a
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install autotools-dev automake autoconf autoconf-archive libtool libglib2.0-dev libncurses5-dev libgpm-dev gperf - sudo apt-get -y install autotools-dev automake autoconf autoconf-archive libtool libglib2.0-dev libncurses5-dev libgpm-dev gperf
- git clone git://github.com/gansm/finalcut.git
- cd finalcut
env: env:
global: global:
@ -34,6 +32,8 @@ matrix:
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr && make clean" build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr && make clean"
build_command: "make V=1 -j10" build_command: "make V=1 -j10"
branch_pattern: master branch_pattern: master
script:
- autoreconf -v --install --force && ./configure --prefix=/usr && make -j10 && make check
# #
# Coveralls # Coveralls
@ -48,10 +48,10 @@ matrix:
- make V=1 -j10 - make V=1 -j10
after_success: after_success:
- coveralls --gcov-options '\-lp' \ - coveralls --gcov-options '\-lp' \
-exclude debian \ --exclude debian \
-exclude doc \ --exclude doc \
-exclude icon \ --exclude icon \
-exclude logo \ --exclude logo \
-exclude m4 \ --exclude m4 \
-exclude scripts --exclude scripts