forked from quickshell/quickshell
		
	build: add progress bar to just lint-changed
				
					
				
			This commit is contained in:
		
							parent
							
								
									70be74e80d
								
							
						
					
					
						commit
						ccf885081c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Justfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Justfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,7 +10,7 @@ lint-ci:
 | 
			
		|||
	find src -type f -name "*.cpp" -print0 | parallel -q0 --no-notice --will-cite --tty clang-tidy --load={{ env_var("TIDYFOX") }}
 | 
			
		||||
 | 
			
		||||
lint-changed:
 | 
			
		||||
	git diff --name-only HEAD | grep "^.*\.cpp\$" |  parallel --no-notice --will-cite --eta clang-tidy --load={{ env_var("TIDYFOX") }}
 | 
			
		||||
	git diff --name-only HEAD | grep "^.*\.cpp\$" |  parallel --no-notice --will-cite --tty --bar clang-tidy --load={{ env_var("TIDYFOX") }}
 | 
			
		||||
 | 
			
		||||
configure target='debug' *FLAGS='':
 | 
			
		||||
	cmake -GNinja -B {{builddir}} \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue