.travis.yml
This commit is contained in:
parent
9624e98d18
commit
d8d77f9246
|
@ -6,14 +6,14 @@ compiler:
|
|||
install:
|
||||
- lsb_release -a
|
||||
- uname -a
|
||||
- apt-get update
|
||||
- apt-get -y install autotools-dev automake autoconf autoconf-archive libtool libglib2.0-dev libncurses5-dev libgpm-dev gperf
|
||||
- sudo apt-get update
|
||||
- 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
|
||||
- autoreconf -v --install --force
|
||||
- ./configure --prefix=/usr
|
||||
- make V=1 -j10
|
||||
- make install
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- rm -rf finalcut
|
||||
|
||||
|
@ -36,5 +36,5 @@ addons:
|
|||
script:
|
||||
- autoreconf -v --install --force && ./configure --prefix=/usr && make -j10 && make check
|
||||
|
||||
sudo: false
|
||||
sudo: required
|
||||
|
||||
|
|
Loading…
Reference in New Issue