mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
Update TravisCI build instructions...
...to deal with the subdirs under bin/
This commit is contained in:
parent
224788b642
commit
4695eb3b12
@ -14,13 +14,13 @@ install:
|
|||||||
script:
|
script:
|
||||||
- export BUILD_DATE=$(date +%Y%m%d)
|
- export BUILD_DATE=$(date +%Y%m%d)
|
||||||
- make EXTRA_CCFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" all
|
- make EXTRA_CCFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" all
|
||||||
- cd bin/
|
- cd bin/esp8266
|
||||||
- file_name_float="nodemcu_float_${TRAVIS_TAG}.bin"
|
- file_name_float="nodemcu_float_${TRAVIS_TAG}.bin"
|
||||||
- srec_cat -output ${file_name_float} -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
|
- srec_cat -output ${file_name_float} -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
|
||||||
- cd ../
|
- cd ../..
|
||||||
- make clean
|
- make clean
|
||||||
- make EXTRA_CCFLAGS="-DLUA_NUMBER_INTEGRAL -DBUILD_DATE='\"'$BUILD_DATE'\"'"
|
- make EXTRA_CCFLAGS="-DLUA_NUMBER_INTEGRAL -DBUILD_DATE='\"'$BUILD_DATE'\"'"
|
||||||
- cd bin/
|
- cd bin/esp8266
|
||||||
- file_name_integer="nodemcu_integer_${TRAVIS_TAG}.bin"
|
- file_name_integer="nodemcu_integer_${TRAVIS_TAG}.bin"
|
||||||
- srec_cat -output ${file_name_integer} -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
|
- srec_cat -output ${file_name_integer} -binary 0x00000.bin -binary -fill 0xff 0x00000 0x10000 0x10000.bin -binary -offset 0x10000
|
||||||
# http://docs.travis-ci.com/user/environment-variables/#Convenience-Variables
|
# http://docs.travis-ci.com/user/environment-variables/#Convenience-Variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user