From b036f6c06d9e98c0e7efb44f4d9c0cbdd0e5d685 Mon Sep 17 00:00:00 2001 From: He Yin Ling Date: Thu, 14 Jan 2021 19:59:02 +0800 Subject: [PATCH] CI: add build ESP32C3 SSC jobs --- tools/ci/config/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/ci/config/build.yml b/tools/ci/config/build.yml index 2bff7b6f87..bf9cc3695f 100644 --- a/tools/ci/config/build.yml +++ b/tools/ci/config/build.yml @@ -88,6 +88,12 @@ build_ssc_esp32s2: variables: TARGET_NAME: "ESP32S2" +build_ssc_esp32c3: + extends: .build_ssc_template + parallel: 3 + variables: + TARGET_NAME: "ESP32C3" + .build_esp_idf_tests_cmake: extends: - .build_template