mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-06-30 08:35:09 +08:00
Build/display stable only not git
This commit is contained in:
parent
4073c10601
commit
7a56b3c5aa
16
.travis.yml
16
.travis.yml
@ -17,9 +17,22 @@ before_script:
|
||||
- cd $HOME/arduino_ide/hardware
|
||||
- mkdir esp8266com
|
||||
- cd esp8266com
|
||||
- git clone https://github.com/esp8266/Arduino.git esp8266
|
||||
- wget https://github.com/esp8266/Arduino/releases/download/2.0.0/esp8266-2.0.0.zip
|
||||
- unzip esp8266-2.0.0.zip
|
||||
- mv esp8266-2.0.0 esp8266
|
||||
- wget http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json
|
||||
- mkdir esp8266/package
|
||||
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
|
||||
- cd esp8266/tools
|
||||
- python get.py
|
||||
- cd ..
|
||||
- head -11 ./platform.txt > pt.txt
|
||||
- echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
|
||||
- echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
|
||||
- tail -105 ./platform.txt >> pt.txt
|
||||
- rm -fr platform.txt
|
||||
- mv pt.txt platform.txt
|
||||
|
||||
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
@ -28,7 +41,6 @@ script:
|
||||
- arduino --board esp8266com:esp8266:generic --save-prefs
|
||||
- arduino --get-pref sketchbook.path
|
||||
- build_sketch esp8266/esp8266.ino
|
||||
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -3,8 +3,7 @@
|
||||
[](https://gitter.im/luc-github/ESP8266?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
FW for ESP8266 used with 3D printer
|
||||
|
||||
Arduino ide 1.6.5 with latest master from ESP8266 git : [](https://travis-ci.org/luc-github/ESP8266)
|
||||
Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [](https://travis-ci.org/luc-github/ESP8266)
|
||||
Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [](https://travis-ci.org/luc-github/ESP8266)
|
||||
|
||||
##Description
|
||||
Thanks to @disneysw for bringing this module idea
|
||||
|
Loading…
x
Reference in New Issue
Block a user