mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: pushd and cd in one go in idf_build_process defaults test
This commit is contained in:
committed by
Renz Bagaporo
parent
d101da4ca4
commit
b8c893774f
@@ -656,8 +656,7 @@ endmenu\n" >> ${IDF_PATH}/Kconfig
|
|||||||
git checkout main/main.c
|
git checkout main/main.c
|
||||||
|
|
||||||
print_status "Defaults set properly for unspecified idf_build_process args"
|
print_status "Defaults set properly for unspecified idf_build_process args"
|
||||||
pushd .
|
pushd $IDF_PATH/examples/build_system/cmake/idf_as_lib
|
||||||
cd $IDF_PATH/examples/build_system/cmake/idf_as_lib
|
|
||||||
cp CMakeLists.txt CMakeLists.txt.bak
|
cp CMakeLists.txt CMakeLists.txt.bak
|
||||||
echo -e "\nidf_build_get_property(project_dir PROJECT_DIR)" >> CMakeLists.txt
|
echo -e "\nidf_build_get_property(project_dir PROJECT_DIR)" >> CMakeLists.txt
|
||||||
echo -e "\nmessage(\"Project directory: \${project_dir}\")" >> CMakeLists.txt
|
echo -e "\nmessage(\"Project directory: \${project_dir}\")" >> CMakeLists.txt
|
||||||
|
Reference in New Issue
Block a user