-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
4181955
to
b7f5585
Compare
Failing build is absolutely not related to this PR :( |
indeed |
Heizenberg was messing with CI here earlier today also, I noticed another job that failed similarly. I restarted drone. Issue #69 raised. |
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=========================================
Coverage 79.11% 79.11%
Complexity 214 214
=========================================
Files 26 26
Lines 905 905
=========================================
Hits 716 716
Misses 189 189 Continue to review full report at Codecov.
|
To enforce the same tasks for the majority of the apps in a central way we could also do something like that: Makefile
l10n-rules.mk
Usage
|
Ping @DeepDiver1975 @PVince81 |
Fine by me - seems reasonable. |
needs to be aligned with latest changes from @DeepDiver1975 to the reference Makefile |
aligned now |
ohhh, the conflicts |
Currently there are no unified make tasks to handle the localization sync. This is my effort to integrate it to keep the CI jobs simple to handle that. Signed-off-by: Thomas Boerger <[email protected]>
conflicts resolved, should be ready for merge then |
Since Drone 1.0.0 we got cronjob support, so every plugin can handle the translation sync on their own now. |
@tboerger So what should the plugin do to handle the translation sync? Is there any documentation? |
We haven't migrated the plugin translation sync yet. A requirement would be running on drone ci. |
Currently there are no unified make tasks to handle the localization
sync. This is my effort to integrate it to keep the CI jobs simple to
handle that.
Signed-off-by: Thomas Boerger [email protected]