Maxim Prokhorov
7d046086ea
ci(release): api token authorizes, not authenticates
...
8aacf08c71 incorrect header c/p
ref. https://docs.github.com/en/rest/rate-limit/rate-limit
2025-06-30 16:35:04 +03:00
Maxim Prokhorov
ed32ab20ba
build(scripts): sync & generate config/arduino.h
2025-06-26 03:11:41 +03:00
Maxim Prokhorov
6b4031a618
ci(release): date variable typo
...
check whether job output exists / is not empty before using
releases one is easier to fix, build one should be timely
2025-06-01 15:04:38 +03:00
Maxim Prokhorov
6244a055b3
ci(test): check output variables availability
...
$build_date somehow gets lost at 'build', but not 'release'
check other variables as well, using the same dependencies
2025-06-01 14:49:42 +03:00
Maxim Prokhorov
00bfa64faf
ci: consistent variable names
...
also fix invalid last -> last_tag
2025-01-15 19:53:35 +03:00
Maxim Prokhorov
db1719373c
ci: experiment with release template generation
...
upload ready-to-use template for the draft
changelog url has no anchor, though
2025-01-15 19:32:54 +03:00
Maxim Prokhorov
06c41fee9e
ci: release template build instructions
2025-01-15 19:30:32 +03:00
Maxim Prokhorov
a518080a99
ci: missing file
2024-08-30 13:03:39 +03:00
Maxim Prokhorov
58b3992108
ci: webui blobs as artifacts
2024-08-30 12:46:13 +03:00
Maxim Prokhorov
a5d8bf8746
ci: builder job per id
2024-06-24 22:42:00 +03:00
Maxim Prokhorov
7536a6edc6
ci: fixes for {upload,download}-artifact v4
...
ref.
https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
uploaded .zip from build jobs now have unique names
no need for {name}/ anymore when downloading
2024-06-16 00:14:55 +03:00
Maxim Prokhorov
0173e22b93
ci: dependabot for github actions
2024-06-15 20:53:34 +03:00
Maxim Prokhorov
8cbac62ef5
ci: github actions version bump
2024-06-15 20:53:01 +03:00
Maxim Prokhorov
d2ab6fc1e3
ci: snapshot should actually be visible
2024-05-27 19:56:01 +03:00
Maxim Prokhorov
3a34f06c3f
ci: use node-18
2023-09-22 20:14:15 +03:00
Maxim Prokhorov
8a218aefab
ci: 2nd try at matrix condition
2022-10-27 18:12:17 +03:00
Maxim Prokhorov
e9e799f073
ci: bump action versions
2022-10-27 18:12:08 +03:00
Maxim Prokhorov
dd1609a9d1
ci: try to pio-run too
...
include caching of libraries
test github actions syntax magic as well
2022-10-27 18:03:47 +03:00
Maxim Prokhorov
4ad62586a0
ci: remove set-output
...
replace with ${GITHUB_OUTPUT}
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-23 03:18:57 +03:00
Maxim Prokhorov
7f0a213190
github: move issue template placeholder text to description
...
placeholders do not really work for more than one line
2022-09-28 14:48:26 +03:00
Maxim Prokhorov
c46d007384
ci: debug the time zip takes
2022-09-25 13:03:50 +03:00
Maxim Prokhorov
246364470c
ci: compress debug symbols a bit more
2022-08-31 03:08:30 +03:00
Maxim Prokhorov
11ca1a892a
ci: fix debug zip pattern match
2022-08-30 04:54:27 +03:00
Maxim Prokhorov
ed28314fa0
github: contact links need move fields
2022-08-30 03:32:19 +03:00
Maxim Prokhorov
0e48dab5fb
github: yaml typo in issue forms
2022-08-30 03:26:34 +03:00
Maxim Prokhorov
f3d4a4ae8a
github: issue forms and bug report tools updates
...
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests
2022-08-30 03:21:29 +03:00
Maxim Prokhorov
6f122f5ecb
pio: debug info in distributed builds and build-and-copy fixes
...
store objcopy of these extra symbols and .map from the linker
distribution will have an extra debug .zip file that could be used with
the exception decoder
also fixes relative paths in the build-and-copy
(although, yet again loses the pio target in the gui)
2022-08-30 01:33:55 +03:00
Maxim Prokhorov
8aacf08c71
ci: .github/ contents need to be fetched
2022-08-29 21:34:51 +03:00
Maxim Prokhorov
00b001a1d9
ci: release template
2022-08-19 21:35:25 +03:00
Maxim Prokhorov
2d15c80a64
ci: 2 digit year
2022-08-19 21:35:25 +03:00
Maxim Prokhorov
aaf58585b2
ci: snapshot build workflow
2022-07-20 20:32:55 +03:00
Maxim Prokhorov
5ccc70e42e
pio: trying to work out 6.0.0 changes
2022-05-05 17:50:21 +03:00
Maxim Prokhorov
224f7851ae
ci: workflow-specific cache key
2022-01-14 03:52:04 +03:00
Maxim Prokhorov
eaa2e370eb
ci: use esp8266 mock framework
...
Resolve the issue with the UnixHostDuino not really being compatible
with the esp8266 Core String (...and the rest of the Core, as well)
Port the CMakeLists.txt from the rpnlib and update it use FetchContent
instead of either manually fetching dependencies or using PIO artifacts
Caching is *expected* to work, but might need slight adjustments
2022-01-13 04:04:37 +03:00
Maxim Prokhorov
ccd61d5067
ci: do not share build cache between jobs
...
As noticed in logs for 'Post Cache PlatformIO'
> Unable to reserve cache with key ..., another job may be creating this cache.
2021-12-08 14:23:18 +03:00
Maxim Prokhorov
c4727e4a0b
ci: allow test/ branches for workflows
2021-11-29 23:06:03 +03:00
Maxim Prokhorov
548aaa96c3
github: tweak issue templates
2021-08-31 02:34:11 +03:00
Maxim Prokhorov
cf79259189
ci: release workflow
2021-08-06 14:45:52 +03:00
Maxim Prokhorov
00870d77f2
ci: matrix build for both platforms
2021-08-06 13:58:21 +03:00
Maxim Prokhorov
bacff3102d
pio: make sure "y" for shared libs still works
...
And update other options to support y, yes and true
2021-06-20 17:41:46 +03:00
Maxim Prokhorov
c34acf1748
ci: latest Core and split webui test into a separate job
2021-06-20 17:25:20 +03:00
Maxim Prokhorov
13f8c17a40
ci: typo
2021-04-02 00:58:08 +03:00
Maxim Prokhorov
998da92462
ci: split host build into a separate job
2021-04-02 00:54:57 +03:00
Maxim Prokhorov
47538b9658
ci: enable pull requests
2020-12-30 22:47:14 +03:00
Maxim Prokhorov
f11468abba
ci: github actions
...
- remove .travis.yml
- ./travis_{script,install}.sh -> ./ci_{script,install}.sh
- flush stdout in test script to see logs more promptly
- adjust git config to ignore 'detachedHead' warnings
2020-12-30 22:44:28 +03:00
Max Prokhorov
ac6f0b71e6
docs: mention exception decoder in the bug report
2020-11-29 01:15:01 +03:00
Xose Pérez
5f288fc248
Support page
2019-02-11 07:55:57 +01:00
Xose Pérez
a5d1e4a41a
Fix CodingStyle link ( #1473 )
2019-01-05 15:58:31 +01:00
Xose Pérez
eb249ddaca
Create contribute.md
2018-12-21 14:33:59 +01:00
Xose Pérez
4b825121b4
Update issue templates
2018-12-21 14:17:06 +01:00