Commit Graph

99 Commits

Author SHA1 Message Date
Christian Pauly 1521b7397b ci: Disable snap again 2021-05-01 15:50:43 +02:00
Krille Fear 82157e231b CI: Add Linux arm64 runner 2021-04-25 08:54:48 +00:00
Krille Fear ddbb64463a Update .gitlab-ci.yml 2021-04-25 08:12:10 +00:00
Krille Fear 34a242ffd5 Update .gitlab-ci.yml 2021-04-25 07:16:02 +00:00
Christian Pauly ac348910da CI: Fix Snap build 2021-04-25 08:48:32 +02:00
Christian Pauly ca82a46238 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Krille Fear 7d30886c34 CI: Play around with CI 2021-04-10 06:11:05 +00:00
Christian Pauly 47c9180b8a fix: Playstore release job 2021-04-09 17:37:39 +02:00
Krille Fear d6cb9f2448 CI: Hopefully fix playstore release 2021-03-28 09:09:02 +00:00
Christian Pauly 155e433834 CI: Disable snap job 2021-03-06 16:32:44 +01:00
Christian Pauly 2e60322ee9 fix: CI 2021-03-06 13:51:25 +01:00
Christian Pauly 7275837118 fix: CI 2021-03-06 12:51:47 +01:00
Christian Pauly 1a8dc5061b fix: CI 2021-03-06 12:37:39 +01:00
Christian Pauly c012081b29 fix: CI 2021-03-06 11:03:56 +01:00
Christian Pauly 380732de61 fix: CI 2021-03-06 10:50:48 +01:00
Christian Pauly 06c31c0f20 fix: CI 2021-03-06 10:39:14 +01:00
Christian Pauly 4d1a171949 fix: CI 2021-03-06 10:30:08 +01:00
Christian Pauly 597ceab25a fix: CI 2021-03-06 10:18:34 +01:00
Christian Pauly fee0eb9a74 fix: snapcraft CI 2021-03-06 10:07:16 +01:00
Christian Pauly aa70272b41 CI: Try another image 2021-03-06 09:46:45 +01:00
Christian Pauly 8865222032 CI: Fix snapcraft job 2021-03-06 09:33:06 +01:00
Christian Pauly bb97b1bca8 refactor: Migrate to flutter 2 2021-03-04 12:45:15 +01:00
Marcel fd2428bcdb ci: Add fdroid nightlies upload task 2021-02-02 13:11:20 +00:00
Krille Fear f96382190b Update .gitlab-ci.yml 2021-02-01 23:01:34 +00:00
Marcel 72af55be0d ci: Run command in an interactive login shell so that all variables are set correct 2021-01-26 15:46:12 +00:00
Krille Fear 3174fb6bdd ci: Disable broken snap jobs 2021-01-17 15:04:00 +00:00
Marcel 2f000078f1 chore: Use correct paths on new server 2021-01-17 01:07:38 +00:00
Marcel b700b52eb6 ci: Make windows build work 2021-01-11 10:29:52 +00:00
Christian Pauly a91407fa97 chore: Update linux build 2020-12-24 18:10:53 +00:00
Christian Pauly 48b094a8bb Update .gitlab-ci.yml 2020-12-24 12:14:51 +00:00
Christian Pauly 4df33a1776 chore: Add website to main repo 2020-12-24 11:31:58 +01:00
Christian Pauly 56d97f66ff chore: Change main docs 2020-12-23 09:15:25 +00:00
Sorunome d7dfaa48df Merge branch 'soru/config-json' into 'main'
feat: Bring back config.json

See merge request ChristianPauly/fluffychat-flutter!308
2020-12-18 13:14:47 +00:00
Sorunome b6a0d372a1
feat: Bring back config.json 2020-12-18 13:55:47 +01:00
Christian Pauly 6271316fcc Update .gitlab-ci.yml 2020-12-17 08:39:32 +00:00
Marcel 8961bffc4d fix: Fix that damn regex 2020-12-09 17:07:44 +00:00
Christian Pauly 7f449829ac fix: CI 2020-12-05 10:09:03 +01:00
Christian Pauly da5bc56299 fix: CI 2020-11-25 13:44:13 +00:00
Christian Pauly 14d8c809ff fix: Release CI 2020-11-25 13:12:46 +00:00
Christian Pauly 4c5760c9be chore: Implement playstore CD 2020-11-22 10:04:47 +00:00
Kateřina Churanová b1c248fe59
fix: removal of appbundle from the release artifacts 2020-11-22 00:48:34 +01:00
Christian Pauly 94231dab30 Update .gitlab-ci.yml 2020-11-21 14:56:20 +00:00
Christian Pauly 00ed0d6d25 chore: fix CI 2020-11-21 12:45:14 +00:00
Christian Pauly d3822b0bb0 chore: Fix CI variables 2020-11-21 13:21:55 +01: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
Christian Pauly 255c05d362 fix: Automatic update deps job 2020-11-14 10:29:47 +00:00
Kateřina Churanová 1b2481b9ce
feat: persistent upload of release artifacts 2020-11-09 01:00:56 +01:00
Christian Pauly 7e84675af6 chore: Clean up CI 2020-11-08 09:50:00 +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