Dev testing

This commit is contained in:
Lazorne 2024-02-17 14:18:52 +01:00
parent 97d27750ce
commit 48e1bf7a55
3 changed files with 6 additions and 7 deletions

View file

@ -2,13 +2,10 @@
This is WIP This is WIP
## Cooker ## Cooker builds
Cooker, differently from the main (stable) branch, is what it's boiling in the pot now: the bleeding edge of the software development.
Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker).
This can be publicly tested and if it's stable will be merged in the main branch creating a new release.
Useless to say that this channel is not suggested for the end user but it's developer / alpha tester oriented. Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker).
Expect major bugs and data loss: be warned. This can be publicly tested and if it's stable will be merged in the main branch creating a new release..
## How to build RetroDECK? ## How to build RetroDECK?

View file

@ -72,7 +72,6 @@ nav:
- Bugs & Issues 🐜: - Bugs & Issues 🐜:
- Reporting Bugs: wiki_bugs/report-bugs.md - Reporting Bugs: wiki_bugs/report-bugs.md
- Known Issues: wiki_bugs/known-issues.md - Known Issues: wiki_bugs/known-issues.md
- How do I help out with testing?: wiki_community/testing-rd.md
- RetroDECK Configurator 🛠️: - RetroDECK Configurator 🛠️:
- Configurator Features: wiki_general/configurator.md - Configurator Features: wiki_general/configurator.md
@ -275,3 +274,6 @@ nav:
- Functions: - Functions:
- Easter Egg Splashes: wiki_development/functions/easter-egg-splashes.md - Easter Egg Splashes: wiki_development/functions/easter-egg-splashes.md
- Compression: wiki_development/functions/compression.md - Compression: wiki_development/functions/compression.md
- Testing:
- How do I help out with testing?: wiki_development/testing//general-testing.md