@@ -53,6 +53,30 @@ already in your `PATH` or add the arduino-lint installation path to your `PATH`
53
53
54
54
These are available from the "Assets" sections on the [ releases page] ( https://github.com/arduino/arduino-lint/releases ) .
55
55
56
+ #### Nightly builds
57
+
58
+ These builds are generated every day at 01:00 GMT from the ` main ` branch and should be considered unstable. In order to
59
+ get the latest nightly build available for the supported platform, use the following links:
60
+
61
+ | Platform | | |
62
+ | --------- | ---------------------------- | ---------------------------- |
63
+ | Linux | [ 32 bit] [ linux32-nightly ] | [ 64 bit] [ linux64-nightly ] |
64
+ | Linux ARM | [ 32 bit] [ linuxarm32-nightly ] | [ 64 bit] [ linuxarm64-nightly ] |
65
+ | Windows | [ 32 bit] [ windows32-nightly ] | [ 64 bit] [ windows64-nightly ] |
66
+ | macOS | | [ 64 bit] [ macos-nightly ] |
67
+
68
+ [ linux64-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Linux_64bit.tar.gz
69
+ [ linux32-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Linux_32bit.tar.gz
70
+ [ linuxarm64-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Linux_ARM64.tar.gz
71
+ [ linuxarm32-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Linux_ARMv7.tar.gz
72
+ [ windows64-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Windows_64bit.zip
73
+ [ windows32-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_Windows_32bit.zip
74
+ [ macos-nightly ] : https://downloads.arduino.cc/arduino-lint/nightly/arduino-lint_nightly-latest_macOS_64bit.tar.gz
75
+
76
+ > These links return a ` 302: Found ` response, redirecting to latest generated builds by replacing ` latest ` with the
77
+ > latest available build date, using the format YYYYMMDD (i.e for 2019-08-06 ` latest ` is replaced with ` 20190806 ` )
78
+
79
+ Checksums for the nightly builds are available at
56
80
` https://downloads.arduino.cc/arduino-lint/nightly/nightly-<DATE>-checksums.txt `
57
81
58
82
### Build from source
0 commit comments