mirror of
				https://github.com/Ryujinx/Opentk.git
				synced 2025-11-04 15:05:07 +00:00 
			
		
		
		
	Added Travis-CI build script
This commit is contained in:
		
							parent
							
								
									925abfdb10
								
							
						
					
					
						commit
						4884c65b17
					
				
							
								
								
									
										17
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
language: objective-c
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
 global:
 | 
			
		||||
  - EnableNuGetPackageRestore=true 
 | 
			
		||||
 matrix:
 | 
			
		||||
  - MONO_VER="2.10.11"
 | 
			
		||||
  - MONO_VER="3.2.6"
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
 - wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
 | 
			
		||||
 - hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
 | 
			
		||||
 - sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
 - xbuild /p:Configuration=Release
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in a new issue