-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: per1234/arduino-ci-script
base: 1.3.1
head repository: per1234/arduino-ci-script
compare: master
- 10 commits
- 5 files changed
- 1 contributor
Commits on Jan 9, 2020
-
Update ATTinyCore board's FQBN
A millis option was added to ATTinyCore, and this option must be added to the FQBN to avoid the "{build.millis}: No such file or directory" compilation error.4Configuration menu - View commit details
-
Copy full SHA for ce7e879 - Browse repository at this point
Copy the full SHA ce7e879View commit details
Commits on Feb 5, 2020
-
check_name: correctly handle "/" in library.properties name value
Previously, when the library.properties name value contained "/", the check incorrectly passed, and only the part of the name value following "/" was checked, because it was assumed to be a path separator.
2Configuration menu - View commit details
-
Copy full SHA for bcd65a3 - Browse repository at this point
Copy the full SHA bcd65a3View commit details
Commits on Feb 7, 2020
-
Blacklist the 1.8.11-ms-store-11 tag
This version is not available for download. Fixes #30
6Configuration menu - View commit details
-
Copy full SHA for 9c5a7aa - Browse repository at this point
Copy the full SHA 9c5a7aaView commit details
Commits on Feb 10, 2020
-
12
Configuration menu - View commit details
-
Copy full SHA for 57bcd03 - Browse repository at this point
Copy the full SHA 57bcd03View commit details
Commits on Jun 12, 2020
-
CI: fix codespell false positive by adding word to ignore list
"exampels" is in the script's check for misspelled examples folders. Although codespell is right to detect this as a misspelled word, the word is intentionally misspelled in the code, and thus needs to be ignored.
Configuration menu - View commit details
-
Copy full SHA for 135aecc - Browse repository at this point
Copy the full SHA 135aeccView commit details -
Changes to shfmt have resulted in the previous installation method causing an error: ../../../golang.org/x/term/term_linux.go:11:7: ioctlReadTermios redeclared in this block
4Configuration menu - View commit details
-
Copy full SHA for b788221 - Browse repository at this point
Copy the full SHA b788221View commit details
Commits on Jul 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8cbff7d - Browse repository at this point
Copy the full SHA 8cbff7dView commit details -
Add all Microsoft Store releases to the IDE version blocklist
For the second time, the script has been broken by a tag used for a release specific to the Microsoft Store version of the Arduino IDE. Both times this happened, the tag has followed a consistent format. So I have generalized the regular expression to exclude all such tags in hopes this will prevent any future occurrences of this issue.
18Configuration menu - View commit details
-
Copy full SHA for b29d515 - Browse repository at this point
Copy the full SHA b29d515View commit details
Commits on Jan 29, 2021
-
Add CI workflow to check for broken links in docs
On every push or pull request, check for broken links in the Markdown files of the repository.
Configuration menu - View commit details
-
Copy full SHA for 5694863 - Browse repository at this point
Copy the full SHA 5694863View commit details -
12
Configuration menu - View commit details
-
Copy full SHA for 9f37f6b - Browse repository at this point
Copy the full SHA 9f37f6bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.3.1...master