ci schmi
This commit is contained in:
		
							
								
								
									
										25
									
								
								.gitea/workflows/android.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								.gitea/workflows/android.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
name: Flutter Schmutter
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: checkout code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
      
 | 
			
		||||
      - name: setup flutter
 | 
			
		||||
        uses: subosito/flutter-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          flutter-version: 'latest'
 | 
			
		||||
      
 | 
			
		||||
      - name: install deps
 | 
			
		||||
        run: flutter pub get
 | 
			
		||||
      
 | 
			
		||||
      - name: build apk
 | 
			
		||||
        run: flutter build apk --release
 | 
			
		||||
		Reference in New Issue
	
	Block a user