Добавлена сборка в forgejo
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / Build project (push) Successful in 2m16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / Build project (push) Successful in 2m16s
				
			This commit is contained in:
		
							parent
							
								
									a794b58e44
								
							
						
					
					
						commit
						de2b5fb735
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								.forgejo/workflows/build.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.forgejo/workflows/build.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
name: Build
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    name: Build project
 | 
			
		||||
    runs-on: shell
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout repository
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
      - name: Build package
 | 
			
		||||
        run: |
 | 
			
		||||
          sudo solbuild build
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue