mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update .travis.yml
This commit is contained in:
@@ -9,6 +9,13 @@ before_install:
|
||||
- sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev
|
||||
- mkdir ~/ffmpeg_sources
|
||||
|
||||
- wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz
|
||||
- tar xzvf cmake-3.8.2.tar.gz
|
||||
- cd cmake-3.8.2
|
||||
- ./bootstrap
|
||||
- make -j4
|
||||
- sudo make install
|
||||
|
||||
- cd ~/ffmpeg_sources
|
||||
- wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
|
||||
- tar xzvf yasm-1.3.0.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user