mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +00:00 
			
		
		
		
	CI: Add Android builds to GitHub Actions
This commit is contained in:
		
				
					committed by
					
						
						Ryan C. Gordon
					
				
			
			
				
	
			
			
			
						parent
						
							7fe6dbafa3
						
					
				
				
					commit
					297ce148e6
				
			
							
								
								
									
										14
									
								
								.github/workflows/android.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/android.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
name: Build (Android)
 | 
			
		||||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  android:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: nttld/setup-ndk@v1
 | 
			
		||||
        with:
 | 
			
		||||
          ndk-version: r21e
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: ./build-scripts/androidbuildlibs.sh
 | 
			
		||||
		Reference in New Issue
	
	Block a user