Selaa lähdekoodia

Update TravisCI build instructions...

...to deal with the subdirs under bin/
Johny Mattsson 8 vuotta sitten
vanhempi
commit
4695eb3b12
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -14,13 +14,13 @@ install:
 script:
 - export BUILD_DATE=$(date +%Y%m%d)
 - make EXTRA_CCFLAGS="-DBUILD_DATE='\"'$BUILD_DATE'\"'" all
-- cd bin/
+- cd bin/esp8266
 - 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
-- cd ../
+- cd ../..
 - make clean
 - make EXTRA_CCFLAGS="-DLUA_NUMBER_INTEGRAL -DBUILD_DATE='\"'$BUILD_DATE'\"'"
-- cd bin/
+- cd bin/esp8266
 - 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
 # http://docs.travis-ci.com/user/environment-variables/#Convenience-Variables