14 lines
223 B
YAML
14 lines
223 B
YAML
|
|
dependencies: []
|
||
|
|
|
||
|
|
repository:
|
||
|
|
url: https://github.com/espressif/esp-idf.git
|
||
|
|
branch: v5.5.1
|
||
|
|
|
||
|
|
|
||
|
|
steps:
|
||
|
|
- echo `pwd`
|
||
|
|
- echo $PREFIX
|
||
|
|
- ls -lah
|
||
|
|
- cp -r . $PREFIX
|
||
|
|
# This version requires python not newer than v3.10.18
|