mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
add appveyor and travis CI (+22 squashed commits)
[e86e3c2] attempt to fix deploy [62a68fe] attempt to fix deploy [e372d18] appveyor: specify artifact path [89c30ab] fix ant call [11ccf6d] fix esptool name on windows [6ab7c73] add deploy to appveyor [690fdb4] fix windows toolchain sha sum [1106884] Unquote JAVA_HOME [bb3dcd9] Shallow clone in appveyor [b1ec7db] travis: deploy tags only, appveyor: set java_home [9d790f2] disable repeated failure notifications in travis, attempt to fix appveyor.yml [2d0a499] Run appveyor build in CMD [11dd735] adding travis deploy, attempt to fix paths on appveyor [208c1f1] fix toolchain sha sum path for linux [1a92165] Temporary path hack for appveyor [9caea0b] fix build.xml [68eaaf1] linux components and sha sums [485e457] fix ant bin path [c6b6573] silent build [5edd927] fix ant path, add travis [36d1f17] appveyor: clone using https [b758833] Add appveyor build script
This commit is contained in:
@ -651,6 +651,23 @@
|
||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
|
||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
|
||||
</antcall>
|
||||
|
||||
<antcall target="untar">
|
||||
<param name="archive_file" value="${staging_folder}/dist/linux64-xtensa-lx106-elf.tgz" />
|
||||
<param name="archive_url" value="http://download.igrr.me/linux64-xtensa-lx106-elf.tgz" />
|
||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/xtensa-lx106-elf" />
|
||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" />
|
||||
</antcall>
|
||||
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="${staging_folder}/esptool-0.4.2-linux64.zip" />
|
||||
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.2/esptool-0.4.2-linux64.zip" />
|
||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-linux64" />
|
||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" />
|
||||
</antcall>
|
||||
<move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" />
|
||||
<delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-linux64/" />
|
||||
|
||||
</target>
|
||||
|
||||
<target name="linux32-run" depends="linux32-build" description="Run Linux (32-bit) version">
|
||||
@ -907,7 +924,7 @@
|
||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32" />
|
||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/" />
|
||||
</antcall>
|
||||
<move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool" />
|
||||
<move file="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool.exe" />
|
||||
<delete dir="${staging_folder}/work/${staging_hardware_folder}/tools/esp8266/esptool-0.4.2-win32/" />
|
||||
|
||||
</target>
|
||||
|
1
build/linux/dist/linux64-xtensa-lx106-elf.tgz.sha
vendored
Normal file
1
build/linux/dist/linux64-xtensa-lx106-elf.tgz.sha
vendored
Normal file
@ -0,0 +1 @@
|
||||
43ca9c53d70655456a28c297526204447f65d9cb
|
1
build/linux/esptool-0.4.2-linux64.zip.sha
Normal file
1
build/linux/esptool-0.4.2-linux64.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
b89b50beb56f0f355d8d14104fb01d523140fe91
|
BIN
build/macosx/dist/osx-xtensa-lx106-elf.tgz
vendored
Normal file
BIN
build/macosx/dist/osx-xtensa-lx106-elf.tgz
vendored
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
80a15b3885b262da5801b2cbca9951b6b0542500
|
||||
8d52c4bc92aac25a87352f790038a6e1af5241c5
|
||||
|
1
build/windows/esptool-0.4.2-win32.zip.sha
Normal file
1
build/windows/esptool-0.4.2-win32.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
3031f2d590544403f5c1a90dcc7f549b9144b309
|
1
build/windows/win32-xtensa-lx106-elf.tgz.sha
Normal file
1
build/windows/win32-xtensa-lx106-elf.tgz.sha
Normal file
@ -0,0 +1 @@
|
||||
8d52c4bc92aac25a87352f790038a6e1af5241c5
|
Reference in New Issue
Block a user