Commit Graph

71 Commits

Author SHA1 Message Date
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
Chris Halse Rogers 1894ddb3db Revert "fix: Snapcraft"
This reverts commit c1eebc155f.
2020-10-28 05:43:55 +00:00
Marcel e1574e2dab ci(fdroid): Further fdroid deployment fixes 2020-10-23 16:33:06 +00:00
Marcel f18779221f ci: Optimize dependencies 2020-10-12 08:09:47 +00:00
Christian Pauly c247b33e6d Update .gitlab-ci.yml 2020-10-06 15:00:08 +00:00
Christian Pauly fa39b206e2 Update .gitlab-ci.yml 2020-10-06 14:46:04 +00:00
Christian Pauly a9413562fc fix: Build Linux CI 2020-10-06 16:37:27 +02:00
Christian Pauly 2a6b5d822e fix: Build Linux CI 2020-10-06 16:31:52 +02:00
Christian Pauly 6b7d21d034 fix: CI 2020-10-04 20:01:39 +02:00
Christian Pauly 4648466411 fix: Snap 2020-10-04 19:06:41 +02:00
Christian Pauly 4345df387d fix: CI 2020-10-04 18:39:54 +02:00
Christian Pauly 46590d7f2b feat: Publish as snap 2020-10-04 18:39:07 +02:00
Marcel 4f419f65c7 fix(windows): Recreate windows files to make sure windows compiles 2020-10-04 14:06:34 +00:00
Marcel b6d2ddaf7d feat!: Use new localisation setup from flutter 1.22
BREAKING CHANGE: This introduces that it might require up to 2 compiles for locals to work.
Also only arb files shall be checked into git.

Took 19 minutes
2020-10-03 11:11:07 +00:00
Marcel b9aac7c180 ci: Fix another bug in fdroid upload 2020-10-02 15:55:31 +00:00
Marcel 2172e39f2c ci(fdroid): Make sure we first fetch the host key 2020-09-13 17:33:49 +00:00
Sorunome 0f805a295c
chore: Version update & olm-CI 2020-09-13 10:30:11 +02:00
Sorunome 1de3c54006
chore: master --> main 2020-09-09 14:17:06 +02:00
Sorunome 40e9544bea
chore: update languages 2020-09-03 13:00:01 +02:00
Sorunome 8cf86cf297
update CI to better do with / without olm 2020-08-31 20:44:32 +02:00
Christian Pauly fcc2eeae5d Disable skia 2020-08-13 11:01:15 +00:00
Marcel 9dffda5fbc Fix missing pcregrep 2020-07-24 12:31:57 +00:00
Sorunome dede28bfde
have gitlab CI auto-fetch the newest sql-wasm 2020-07-18 17:07:46 +02:00
Marcel 84ab035422 Add new required sudo in upload_to_fdroid_repo ci task 2020-06-26 18:35:19 +00:00
Christian Pauly b66c2e0e81 Update .gitlab-ci.yml 2020-05-23 09:05:05 +00:00
Christian Pauly 7730c7c005 Update CI for branches 2020-05-23 08:52:11 +00:00
Christian Pauly 7ffb875d67 Add code formatting 2020-05-22 12:21:16 +02:00
Christian Pauly 95b1e9566b Merge branch 'MTRNord/upload-to-fdroid-repo' into 'master'
Add upload to fdroid repo CI task

See merge request ChristianPauly/fluffychat-flutter!62
2020-05-20 19:33:36 +00:00
Marcel d60b4b2d74 Add upload to fdroid repo CI task 2020-05-20 19:33:36 +00:00