Commit Graph

12 Commits

Author SHA1 Message Date
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
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