mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	Add libretiny to CI workflow
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -232,7 +232,7 @@ jobs:
 | 
				
			|||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      max-parallel: 2
 | 
					      max-parallel: 2
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8]
 | 
					        file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8, 9, 9.1]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out code from GitHub
 | 
					      - name: Check out code from GitHub
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
@@ -288,6 +288,10 @@ jobs:
 | 
				
			|||||||
            name: Run script/clang-tidy for ESP32 IDF
 | 
					            name: Run script/clang-tidy for ESP32 IDF
 | 
				
			||||||
            options: --environment esp32-idf-tidy --grep USE_ESP_IDF
 | 
					            options: --environment esp32-idf-tidy --grep USE_ESP_IDF
 | 
				
			||||||
            pio_cache_key: tidyesp32-idf
 | 
					            pio_cache_key: tidyesp32-idf
 | 
				
			||||||
 | 
					          - id: clang-tidy
 | 
				
			||||||
 | 
					            name: Run script/clang-tidy for LibreTiny
 | 
				
			||||||
 | 
					            options: --environment bk72xx-arduino --grep USE_LIBRETINY
 | 
				
			||||||
 | 
					            pio_cache_key: tidylibretiny
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out code from GitHub
 | 
					      - name: Check out code from GitHub
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user