mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Revert
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -4,7 +4,18 @@ python: | |||||||
|   - "3.5" |   - "3.5" | ||||||
|   - "3.6" |   - "3.6" | ||||||
| before_install: | before_install: | ||||||
|   - wget https://transfer.sh/BlsO2/ffmpeg -O $HOME/bin/ffmpeg |   - sudo apt-get -qq update | ||||||
|  |   - 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 | ||||||
|  |   - sudo apt-get -y install yasm nasm libmp3lame-dev | ||||||
|  |   - mkdir ~/ffmpeg_sources | ||||||
|  |   - cd ~/ffmpeg_sources | ||||||
|  |   - wget http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 | ||||||
|  |   - tar jxf ffmpeg-snapshot.tar.bz2 | ||||||
|  |   - cd ffmpeg | ||||||
|  |   - PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --enable-libmp3lame | ||||||
|  |   - PATH="$HOME/bin:$PATH" make -s -j | ||||||
|  |   - make install | ||||||
|  |   - hash -r | ||||||
| install: | install: | ||||||
|   - cd $TRAVIS_BUILD_DIR |   - cd $TRAVIS_BUILD_DIR | ||||||
|   - pip install -r requirements.txt |   - pip install -r requirements.txt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user