Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
80e6cc1e
Commit
80e6cc1e
authored
Oct 07, 2018
by
devsaurus
Browse files
install python requirements
parent
358379fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
80e6cc1e
...
@@ -16,6 +16,7 @@ addons:
...
@@ -16,6 +16,7 @@ addons:
# with pip all over the place
# with pip all over the place
install
:
install
:
-
export PATH=$PWD/tools/toolchains/esp8266/bin:$PWD/tools/toolchains/esp32/bin:/bin:/usr/bin:/sbin:/usr/sbin
-
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
:
script
:
-
export BUILD_DATE=$(date +%Y%m%d)
-
export BUILD_DATE=$(date +%Y%m%d)
-
env BUILD_DIR_BASE=`pwd`/build/float make MORE_CFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" defconfig all
-
env BUILD_DIR_BASE=`pwd`/build/float make MORE_CFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" defconfig all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment