You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	travis: Enable OSX integration
This commit is contained in:
		| @@ -1,5 +1,8 @@ | ||||
| language: c | ||||
| sudo: false | ||||
| os: | ||||
|   - linux | ||||
|   - osx | ||||
| addons: | ||||
|   apt: | ||||
|     packages: | ||||
| @@ -11,6 +14,10 @@ compiler: | ||||
| cache: | ||||
|   directories: | ||||
|     - libav-samples | ||||
| before_install: | ||||
|   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi | ||||
| install: | ||||
|   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi | ||||
| script: | ||||
|   - mkdir -p libav-samples | ||||
|   - ./configure --samples=libav-samples --cc=$CC | ||||
|   | ||||
		Reference in New Issue
	
	Block a user