Ivan Kravets
97e2d24cd1
Use Python 3.9 for CI examples
2022-05-19 19:18:38 +03:00
Ivan Kravets
720732eba6
Fix env section location
2022-05-19 19:16:52 +03:00
Ivan Kravets
37c6f20747
Test only popular dev-platforms
2022-05-19 19:10:54 +03:00
Ivan Kravets
e27c1c39e4
Remove debug messages
2022-05-19 18:38:17 +03:00
Ivan Kravets
1e000027c7
Fix master branch
2022-05-19 18:32:27 +03:00
Ivan Kravets
e3fea07596
Add deployment workflow
2022-05-19 18:23:06 +03:00
Ivan Kravets
06ed9ba77d
Fixed an issue when "build_src_flags" were applied outside project scope // Resolve #4277
2022-05-19 17:55:27 +03:00
Ivan Kravets
f4d9769450
Move ino2cpp tests to the misc folder
2022-05-19 14:36:24 +03:00
Valerii Koval
9da7c42be4
Exclude ESPHome from projects CI on Windows
2022-05-19 14:31:00 +03:00
Ivan Kravets
3419558265
Use private Github Actions environment
2022-05-19 13:29:48 +03:00
Ivan Kravets
61383f9b08
Pass extra envs to the tox
2022-05-19 12:18:08 +03:00
Ivan Kravets
be0acaed40
Cleanup CI configs
2022-05-19 12:02:52 +03:00
Ivan Kravets
0c4c4ac657
Use globals() instead of sys.modules
2022-05-18 23:14:15 +03:00
Ivan Kravets
bb8b115a0b
Fix projects CI workflow
2022-05-18 22:29:40 +03:00
Ivan Kravets
2e2735a49c
Typo fix
2022-05-18 22:28:05 +03:00
Ivan Kravets
7badd54c89
Exclude "esphome" from testing projects for macOS and Windows
2022-05-18 22:23:09 +03:00
Ivan Kravets
4dfc561551
Dynamically import legacy platform module
2022-05-18 22:18:53 +03:00
Ivan Kravets
3c2afeba89
Fix account related tests
2022-05-18 22:18:15 +03:00
Ivan Kravets
d2d46f4aea
Ignore "DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12" SCons warning
2022-05-18 18:47:27 +03:00
Ivan Kravets
ccc7d9c9a4
Update CI badges
2022-05-18 16:17:20 +03:00
Ivan Kravets
45fcb40a5c
Dynamically load refactored dev-platform module
2022-05-18 16:16:51 +03:00
Valerii Koval
1585b829be
Add CI workflow for popular PlatformIO projects ( #4273 )
...
* Add CI workflow for popular PlatformIO projects
* Run projects CI on each commit
* Run mega2560 env for Marlin project
* Run projects CI on several OS with Python 3.9
* Use the latest version of 3rd party actions
Co-authored-by: Ivan Kravets <me@ikravets.com >
2022-05-18 15:54:54 +03:00
Ivan Kravets
0ceae62701
Better informing about deprecated commands
2022-05-17 21:11:29 +03:00
Ivan Kravets
f2bdb17c55
Bump version to 6.0.2a1
2022-05-17 19:47:33 +03:00
Ivan Kravets
83b00ac80c
Remove pio update test
2022-05-17 19:47:15 +03:00
Ivan Kravets
edff591c90
Merge tag 'v6.0.1' into develop
...
Bump version to 6.0.1
2022-05-17 19:23:31 +03:00
Ivan Kravets
a76e445ed9
Merge branch 'release/v6.0.1'
2022-05-17 19:23:31 +03:00
Ivan Kravets
cb7148d018
Bump version to 6.0.1
2022-05-17 19:23:00 +03:00
Ivan Kravets
38afa07dbe
Use Marshmallow v3.14.1 for Python 3.6
2022-05-17 19:10:54 +03:00
Ivan Kravets
92073a4ccd
Deprecate "pio update", "pio lib", and "pio platform" commands
2022-05-17 18:57:40 +03:00
Ivan Kravets
abf6304818
Fixed an issue when using "Interpolation of Values" and merging str+int options // Resolve #4271
2022-05-17 16:03:33 +03:00
Ivan Kravets
9a86175701
Bump version to 6.0.1b1
2022-05-17 13:34:03 +03:00
Ivan Kravets
b764a2220f
Improved support for the renamed configuration options // Resolve #4270
2022-05-17 13:33:25 +03:00
Ivan Kravets
3776233233
Rename "shared" module to the "public"
2022-05-16 16:56:01 +03:00
Ivan Kravets
0d92e8fc17
Bump version to 6.0.0a1
2022-05-16 14:46:52 +03:00
Ivan Kravets
40422eac2e
Fixed an issue when calling built-in pio device monitor filter
2022-05-16 14:46:37 +03:00
Ivan Kravets
0fb4b1e109
Merge tag 'v6.0.0' into develop
...
Bump version to 6.0.0
2022-05-16 14:22:08 +03:00
Ivan Kravets
44ecc7c666
Merge branch 'release/v6.0.0'
2022-05-16 14:22:07 +03:00
Ivan Kravets
26d659c433
Bump version to 6.0.0
2022-05-16 14:21:57 +03:00
Ivan Kravets
58c4145809
Refactor library management docs
2022-05-16 14:18:45 +03:00
Ivan Kravets
fe08ce7795
Implement shared API
2022-05-16 11:39:18 +03:00
Ivan Kravets
9163e9e67d
Rename pio project data to the pio project metadata command
2022-05-15 16:57:27 +03:00
Ivan Kravets
7acae6461e
Merge branch 'develop' of https://github.com/platformio/platformio-core into develop
2022-05-15 15:35:07 +03:00
John Belmonte
e7a172b8dd
qtcreator: add project-update makefile target ( #4267 )
...
* qtcreator: add project-update makefile target
* add prompt and delete .pio/
* formatting
* forced rm
* remove workaround of deleting .pio/
2022-05-15 15:34:57 +03:00
Ivan Kravets
b90e89a791
no message
2022-05-15 14:54:07 +03:00
John Belmonte
db11244f49
qtcreator IDE gitignore tweaks ( #4266 )
...
* add .gitignore to project files
* exclude qtc_clangd
* don't exclude user project config file
2022-05-15 13:52:59 +03:00
Ivan Kravets
54f0748201
Cache a build metadata only for debugging // Resolve #4267
2022-05-15 13:52:11 +03:00
Ivan Kravets
575f0ae300
Bump version to 6.0.0rc3
2022-05-15 13:47:32 +03:00
Ivan Kravets
7a100fb0b0
Use device finder for automatic detection of upload port
2022-05-15 13:46:44 +03:00
Ivan Kravets
d01d314f47
Pick the last USB device port
2022-05-15 13:13:45 +03:00