Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
0ea12bdd
Commit
0ea12bdd
authored
Jun 24, 2015
by
Marcel Stör
Browse files
Keep SDK internally rather than fetching the one from GeorgHahn, fixes #497
parent
58081e59
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
0ea12bdd
...
@@ -2,7 +2,6 @@ language: cpp
...
@@ -2,7 +2,6 @@ language: cpp
before_install
:
before_install
:
-
sudo apt-get install -y python-serial srecord
-
sudo apt-get install -y python-serial srecord
install
:
install
:
-
wget https://github.com/GeorgeHahn/nodemcu-firmware/raw/travis/tools/esp-open-sdk.tar.gz -O tools/esp-open-sdk.tar.gz
-
tar -zxvf tools/esp-open-sdk.tar.gz
-
tar -zxvf tools/esp-open-sdk.tar.gz
-
export PATH=$PATH:$PWD/esp-open-sdk/sdk:$PWD/esp-open-sdk/xtensa-lx106-elf/bin
-
export PATH=$PATH:$PWD/esp-open-sdk/sdk:$PWD/esp-open-sdk/xtensa-lx106-elf/bin
script
:
script
:
...
...
tools/esp-open-sdk.tar.gz
0 → 100644
View file @
0ea12bdd
File added
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