1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Transition from TravisCI to GitHub CI (#7444)

Convert the continuous integration process to use GitHub's internal
CI cloud.  Allows us to run up to 20 jobs in parallel, speeding up
CI immensely.  Keep a short Travis-CI run, too, just for sanity and backup.

Uses new keys and secret when publishing a release to
esp8266.github.io.
This commit is contained in:
Earle F. Philhower, III
2020-07-14 22:02:47 -07:00
committed by GitHub
parent f8091311a3
commit 3bd24587e1
11 changed files with 442 additions and 173 deletions

1
tests/debug6.sh Executable file → Normal file
View File

@ -19,4 +19,3 @@ install_arduino debug
build_sketches_with_arduino "$mod" "$rem" lm6f
rm -rf "$cache_dir"