mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
install python requirements
This commit is contained in:
parent
358379fd90
commit
80e6cc1e7e
@ -16,6 +16,7 @@ addons:
|
||||
# with pip all over the place
|
||||
install:
|
||||
- export PATH=$PWD/tools/toolchains/esp8266/bin:$PWD/tools/toolchains/esp32/bin:/bin:/usr/bin:/sbin:/usr/sbin
|
||||
- /usr/bin/python -m pip install --user -r $PWD/sdk/esp32-esp-idf/requirements.txt
|
||||
script:
|
||||
- export BUILD_DATE=$(date +%Y%m%d)
|
||||
- env BUILD_DIR_BASE=`pwd`/build/float make MORE_CFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" defconfig all
|
||||
|
Loading…
x
Reference in New Issue
Block a user