mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Travis-CI: use a new version of xcode and use homebrew add-on to install packages
This commit is contained in:
		
							parent
							
								
									64353bf373
								
							
						
					
					
						commit
						853855eb69
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		
							
								
								
									
										14
									
								
								.travis.yml
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								.travis.yml
									
										
									
									
									
								
							|  | @ -222,7 +222,16 @@ matrix: | |||
| #          osx_image: xcode7.2 | ||||
| #          #Apple LLVM version 7.0.2 (clang-700.1.81) | ||||
|         - os: osx | ||||
|           osx_image: xcode7.3 | ||||
|           #osx_image: xcode7.3 | ||||
|           addons: | ||||
|             homebrew: | ||||
|               packages: | ||||
|               - sdl2 | ||||
|               - sdl2_mixer | ||||
|               - game-music-emu | ||||
|               - p7zip | ||||
|               - cmake | ||||
|             update: false | ||||
|           #Apple LLVM version 7.3.0 (clang-703.0.31) | ||||
|     allow_failures: | ||||
|       - compiler: clang-3.5 | ||||
|  | @ -258,9 +267,6 @@ before_script: | |||
|   - cmake .. -DCMAKE_BUILD_TYPE=Release | ||||
| 
 | ||||
| before_install: | ||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi | ||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 sdl2_mixer game-music-emu p7zip; fi | ||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmake||true; fi | ||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -O -L https://www.libsdl.org/release/SDL2-2.0.6.dmg; hdiutil attach SDL2-2.0.6.dmg; sudo cp -a /Volumes/SDL2/SDL2.framework /Library/Frameworks/; fi | ||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -O -L https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.dmg; hdiutil attach SDL2_mixer-2.0.1.dmg; sudo cp -a /Volumes/SDL2_mixer/SDL2_mixer.framework /Library/Frameworks/; fi | ||||
|   - mkdir -p $HOME/srb2_cache | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alam Ed Arias
						Alam Ed Arias