mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-20 18:53:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| set -e
 | |
| 
 | |
| cd "$(dirname "$0")/.."
 | |
| 
 | |
| set -x
 | |
| 
 | |
| esphome compile tests/test1.yaml
 | |
| esphome compile tests/test2.yaml
 | |
| esphome compile tests/test3.yaml
 | |
| esphome compile tests/test3.1.yaml
 | |
| esphome compile tests/test4.yaml
 | |
| esphome compile tests/test5.yaml
 | |
| esphome compile tests/test6.yaml
 | |
| esphome compile tests/test7.yaml
 | |
| esphome compile tests/test8.yaml
 |