build: tied up CI actions

This commit is contained in:
Simeon Radivoev 2026-03-01 16:21:41 +02:00
parent 6a288f765e
commit 58dccaeb13
Signed by: simeonradivoev
GPG key ID: C16C2132A7660C8E
6 changed files with 77 additions and 381 deletions

View file

@ -55,7 +55,7 @@ I really want to add matrix chat support in the app for engaging with your favor
3. Build for production:
```bash
bun run package:auto-prod
bun run build:prod
```
Builds will go in `/builds/<platform>`.
@ -64,8 +64,8 @@ I really want to add matrix chat support in the app for engaging with your favor
- `bun run mappings:generate` converts the es-de configs into local sqlite configs with mappings to rom systems
- `bun run drizzle:generate` generates sqlite migrations based on the app schema
- `bun run openapi-ts` generated the openapi client calls from romm's API
- `bun run package` builds an executable
- `bun run package:auto-prod` builds and executable for production
- `bun run package:windows` builds an package to be distributed on windows
- `bun run package:linux` builds an AppImage to be distributed on linux
### Tech Stack