Travis CI file

This commit is contained in:
Markus Gans 2015-08-09 23:26:23 +02:00
parent b7a0dadd7b
commit 07b8c161a0
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: c++
install:
- lsb_release -a
- uname -a
- sudo apt-get update
- sudo apt-get -y install libncursesw5-dev libglib2.0-dev
- git clone git://github.com/gansm/finalcut.git
- cd finalcut
- autoreconf -v --install --force
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- rm -rf finalcut
script: ./configure && make && make check