.travis.yml

This commit is contained in:
Markus Gans 2015-11-22 22:23:42 +01:00
parent 15ec47d306
commit 9624e98d18
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@ compiler:
install:
- lsb_release -a
- uname -a
- sudo apt-get update
- sudo apt-get -y install autotools-dev automake autoconf autoconf-archive libtool libglib2.0-dev libncurses5-dev libgpm-dev gperf
- apt-get update
- 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
- autoreconf -v --install --force
- ./configure --prefix=/usr
- make V=1 -j10
- sudo make install
- make install
- cd ..
- rm -rf finalcut