mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Add test-output
This commit is contained in:
		@@ -44,6 +44,9 @@ script:
 | 
				
			|||||||
  # Incorporate TARGET env var to the build and test process
 | 
					  # Incorporate TARGET env var to the build and test process
 | 
				
			||||||
  - cargo build --target $TARGET --verbose
 | 
					  - cargo build --target $TARGET --verbose
 | 
				
			||||||
  - cargo test --target $TARGET --verbose
 | 
					  - cargo test --target $TARGET --verbose
 | 
				
			||||||
 | 
					  # Run 'bat' on its own source code and the README
 | 
				
			||||||
 | 
					  - cargo run --target $TARGET -- src/main.rs
 | 
				
			||||||
 | 
					  - cargo run --target $TARGET -- README.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_deploy:
 | 
					before_deploy:
 | 
				
			||||||
  - bash ci/before_deploy.bash
 | 
					  - bash ci/before_deploy.bash
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user