.travis.yml
This commit is contained in:
parent
15ec47d306
commit
9624e98d18
|
@ -6,14 +6,14 @@ compiler:
|
||||||
install:
|
install:
|
||||||
- lsb_release -a
|
- lsb_release -a
|
||||||
- uname -a
|
- uname -a
|
||||||
- sudo apt-get update
|
- 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 -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
|
- git clone git://github.com/gansm/finalcut.git
|
||||||
- cd finalcut
|
- cd finalcut
|
||||||
- autoreconf -v --install --force
|
- autoreconf -v --install --force
|
||||||
- ./configure --prefix=/usr
|
- ./configure --prefix=/usr
|
||||||
- make V=1 -j10
|
- make V=1 -j10
|
||||||
- sudo make install
|
- make install
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -rf finalcut
|
- rm -rf finalcut
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue