mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
10 lines
599 B
Markdown
10 lines
599 B
Markdown
# How works CI?
|
|
|
|
CI Codeberg is limited and cannot be used for now to build regularly apps and executes tests.
|
|
To limit regressions, we have enabled temporary Github CI on the [Github Mirror](https://github.com/comaps/comaps) to build Android and IOS app and execute linter each time we sync the mirror.
|
|
We use our own server to execute maps generation with a CI Codeberg.
|
|
|
|
- [Android CI](https://github.com/comaps/comaps/actions/workflows/android-check.yaml)
|
|
- [IOS CI](https://github.com/comaps/comaps/actions/workflows/ios-check.yaml)
|
|
- [Maps generation CI](.forgejo/workflows/map-generator.yml)
|