Commit Graph

8 Commits

Author SHA1 Message Date
Christian Pauly 6842780773 Update prepare-android-release.sh 2020-11-22 12:27:47 +00:00
Christian Pauly 4c5760c9be chore: Implement playstore CD 2020-11-22 10:04:47 +00:00
Marcus Hoffmann bae779a868 chore: Only load google services if needed
Originally done in 051ec8f913 then
accidentally (?) reverted in 8a542bf5c2
2020-11-21 19:40:50 +01:00
Christian Pauly 00ed0d6d25 chore: fix CI 2020-11-21 12:45:14 +00:00
Christian Pauly bb4bb9f888 chore: fix CI 2020-11-21 12:43:36 +00:00
Christian Pauly 34d7fdd7bc refactor: CI 2020-11-21 12:40:36 +01:00
Sorunome 4b7fb6bf5b
feat: add config.json 2020-11-14 19:54:04 +01:00
Nicolas Werner 29f7b04f24 ci: Add automatic dependency update
This needs 2 special variables defined:

- GITLAB_API_TOKEN, which has write permissions to the gitlab API
  (create in your account settings for example)
- SSH_BOT_KEY, which is a private ssh key, that can be used to push to
  the repository.

After that you can schedule a pipeline on main to update dependencies
every week or so.
2020-10-29 18:29:49 +01:00