mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Update idf_build_apps
This commit is contained in:
parent
a59872171e
commit
11cfe7a1b1
@ -23,7 +23,7 @@ before_script:
|
||||
- echo -e "Host gitlab.espressif.cn\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
- git --version
|
||||
- git submodule update --init --recursive --force
|
||||
- pip install idf_build_apps
|
||||
- pip install idf_build_apps==1.1.4
|
||||
|
||||
.if-protected: &if-protected
|
||||
if: '($CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_BRANCH =~ /^release\/v/ || $CI_COMMIT_TAG =~ /^v\d+\.\d+(\.\d+)?($|-)/)'
|
||||
|
||||
@ -13,7 +13,11 @@ import re
|
||||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
from idf_build_apps import LOGGER, App, build_apps, find_apps, setup_logging
|
||||
import logging
|
||||
from idf_build_apps import App, build_apps, find_apps, setup_logging
|
||||
|
||||
LOGGER = logging.getLogger('idf_build_apps')
|
||||
|
||||
|
||||
PROJECT_ROOT = Path(__file__).parent.parent.absolute()
|
||||
print(PROJECT_ROOT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user