Add gitea CI configuration
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / build:all (pull_request) Successful in 32s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / build:all (pull_request) Successful in 32s
				
			Builds the .#bsc-ci.all target on each PR. Causes all packages to be built in hut, populating the nix cache.
This commit is contained in:
		
							parent
							
								
									2ffdd53d86
								
							
						
					
					
						commit
						bfc2488d84
					
				
							
								
								
									
										15
									
								
								.gitea/workflows/ci.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.gitea/workflows/ci.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | |||||||
|  | name: CI | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - master | ||||||
|  |   pull_request: | ||||||
|  |     branches: | ||||||
|  |       - master | ||||||
|  | 
 | ||||||
|  | jobs: | ||||||
|  |   build:all: | ||||||
|  |     runs-on: native | ||||||
|  |     steps: | ||||||
|  |       - uses: https://gitea.com/ScMi1/checkout@v1.4 | ||||||
|  |       - run: nix build -L --no-link .#bsc-ci.all | ||||||
		Reference in New Issue
	
	Block a user