Commit Graph

243 Commits

Author SHA1 Message Date
Krille Fear 08668a9ec3 chore: Bump Flutter version 2022-10-06 13:39:57 +00:00
Christian Pauly 80266df85d chore: Update to flutter 3.3.0 2022-08-31 19:54:22 +02:00
TheOneWithTheBraid 3c3052c2c8 fix: pages deployment fixes
- fix slug of Nightly web app
- fix missing directory in F-Droid builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-19 10:01:01 +02:00
TheOneWithTheBraid 401e32d6c8 fix: add missing bash
- add missing dependency bash into the pages job

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-19 08:42:20 +02:00
TheOneWithTheBraid a5c45b8f9e fix: add missing Alpine packages
- adds missing alpine packages for the stable deployment of the web app

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-19 08:00:33 +02:00
TheOneWithTheBraid 653258a8b9 feat: add different deployments for stable/nightly
- re-enable F-Droid (we should not silently stop shipping it without
  further notice)
- re-enable integration tests on other tag
- make F-Droid job fail-safe
- deploy stable and nightly releases at different slugs

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-18 14:16:58 +02:00
Krille Fear e2a422c422 chore: Fix pages job 2022-08-13 07:54:11 +00:00
Krille Fear 4e3f36e84f Update .gitlab-ci.yml file 2022-08-13 07:36:44 +00:00
Krille Fear b361688cf1 chore: Simplify pipeline and remove fdroid and appimage support 2022-08-13 06:49:58 +00:00
Christian Pauly fdcbb2b625 chore: Remove beta flutter tests 2022-08-13 08:30:45 +02:00
TheOneWithTheBraid 3b9503d3bf fix: wrong CI dependency for F-Droid builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-06 15:30:52 +02:00
The one with the Braid 3194348958 Merge branch 'braid/fdroid-repo' into 'main'
feat: build F-Droid repo in CI

See merge request famedly/fluffychat!946
2022-08-06 11:57:37 +00:00
TheOneWithTheBraid a6388adc7f feat: build F-Droid repo in CI
- introduce F-Droid repo in CI/CD

Fixes: #994

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-06 08:21:26 +02:00
TheOneWithTheBraid 47405dc599 fix: only build windows on protected refs
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-05 22:44:32 +02:00
TheOneWithTheBraid a9819577d6 chore: Windows support
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-08-05 21:35:47 +02:00
Krille Fear f9065277fa chore: Disable integration tests without runners 2022-07-27 17:33:26 +00:00
Krille Fear 88924bc328 chore: Switch to flutter 3.0.5 2022-07-27 17:18:27 +00:00
Christian Pauly 8306b3d272 chore: Only run release tests when something has changed 2022-07-22 19:22:12 +02:00
TheOneWithTheBraid 3e3858d729 feat: introduce extended integration tests
- test both FLOSS and non-floss builds
- test on Synapse, Dendrite and Conduit
- remove Synapse-specific test
- add static Release mode app launch test

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 18:27:23 +02:00
Christian Pauly 9f5a553c1b chore: Update SDK 2022-06-26 12:52:05 +02:00
TheOneWithTheBraid e7d892169d fix: appimage builds
- fix missing files in AppImages

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-06-08 09:05:56 +02:00
TheOneWithTheBraid 86c4fa5165 feat: include Synapse into integration test
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-05-31 20:49:29 +02:00
Marcel 21c795612b Move to ssh subdomain to make sure it is happy about v6-only 2022-05-27 17:02:46 +00:00
Christian Pauly 06f9d1e297 chore: Update Flutter 2022-05-26 12:07:24 +02:00
Krille Fear cf6066083b chore: Run tests with google services enabled 2022-05-22 05:31:38 +00:00
Christian Pauly a718152905 refactor: Upgrade to Flutter 3.0.0 2022-05-12 13:23:19 +02:00
Christian Pauly 2b7d3034a1 chore: Upgrade to Flutter 2.10.5 2022-05-03 11:58:52 +02:00
TheOneWithTheBraid cdb87ed717 fix: app image build metadata
- fix AppImage ARM asset path
- add AppImages to release assets
- add automated updates for AppImages

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-04-30 00:07:00 +02:00
TheOneWithTheBraid f0628e5913 fix: change path of appimage icon
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-04-29 15:37:51 +02:00
TheOneWithTheBraid a223e0142f feat: support AppImage builds
- add CI builds for AppImage builds
- add AppImage metadata

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-04-29 10:11:39 +02:00
Krille Fear 7e9c32bb8a chore: Go back to Flutter 2.10.1 2022-04-28 09:29:28 +00:00
Christian Pauly e9916a9fa4 chore: Add initial integration tests 2022-04-23 11:25:57 +02:00
Krille Fear 0ec47177fe chore: Remove broken voice messages for Linux and Windows 2022-03-27 10:12:07 +00:00
Krille Fear 090aba2b3b chore: Add audio libraries on desktop 2022-03-20 18:48:57 +01:00
Krille Fear 60a72b01a6 chore: Follow up fix qr code scanner 2022-02-20 12:21:49 +01:00
Christian Pauly 0f6f7ec672 CI: Remove snapcraft jobs 2022-01-15 11:57:15 +01:00
Krille Fear 679bd38f53 Update .gitlab-ci.yml file 2021-12-29 10:13:12 +00:00
Krille Fear 4bb56c6261 Update .gitlab-ci.yml 2021-12-27 11:20:00 +00:00
Krille Fear eeb545e24a Update .gitlab-ci.yml file 2021-12-26 18:31:44 +00:00
Krille Fear 873a61e49f CI: Update snapcraft image 2021-12-26 18:17:45 +00:00
Krille Fear 7107fc1bb4 CI: Upgrade Flutter for arm64 linux builds 2021-12-26 17:56:02 +00:00
Krille Fear 906d09520a Update .gitlab-ci.yml file 2021-12-25 10:25:43 +00:00
Krille Fear 5e4645073c Update .gitlab-ci.yml file 2021-12-25 10:17:00 +00:00
Krille Fear bfdef63fdf Update .gitlab-ci.yml file 2021-12-25 10:01:18 +00:00
Krille Fear 53026a8bc1 fix: Snapcraft image 2021-12-25 09:35:21 +00:00
Krille Fear 3c04837798 chore: Fix snapcraft CI 2021-12-25 09:03:53 +00:00
Krille Fear 1e97a3c095 Revert "chore: Switch to snapcore docker image"
This reverts commit 55dcf0a45b
2021-12-23 09:21:07 +00:00
Krille Fear 55dcf0a45b chore: Switch to snapcore docker image 2021-12-23 08:21:39 +00:00
Krille Fear bca157f0d3 follow: Fix CI release type check 2021-12-05 14:24:03 +01:00
Krille Fear 17dc6ed185 CI: Add candidate release pipeline 2021-12-05 09:13:23 +01:00
Krille Fear 92d7715367 fix: Remove broken docker job 2021-11-20 10:43:58 +01:00
Krille Fear db742fad6c CI: Release snap from CI 2021-11-14 11:11:03 +01:00
Krille Fear 2f43611cbd fix: Snapcraft image 2021-11-14 10:29:34 +01:00
Krille Fear d100d3142c CI: Use correct image 2021-11-14 10:19:02 +01:00
Krille Fear c98d912fb2 fix: CI Lints 2021-11-14 10:07:10 +01:00
Krille Fear 7136eb7625 CI: Build and publish snap from CI 2021-11-14 10:04:47 +01:00
Krille Fear 321207128a docs: New website 2021-11-05 19:14:20 +01:00
Krille Fear e879278186 refactor: Add code quality reports 2021-10-16 09:59:38 +02:00
Krille Fear 36b24b1ac2 Update .gitlab-ci.yml file 2021-09-26 08:51:41 +00:00
Krille Fear 97fde68619 CI: Enable snapcraft remote-build 2021-09-26 07:41:27 +00:00
Krille Fear 457c1af4f9 CI: Remove snap job again 2021-09-20 09:46:21 +02:00
Krille Fear 5021d70baf CI: Fix needs 2021-09-20 09:28:12 +02:00
Krille Fear 4d3284d1f5 CI: Add snap deploy job 2021-09-20 09:27:29 +02:00
Christian Pauly 56e17cbb63 chore: Update flutter 2021-09-18 10:03:48 +02:00
Krille Fear e5b62d893d refactor: Upgrade to Flutter 2.5 2021-09-13 17:41:53 +02:00
Krille Fear 435f2a7310 Merge branch 'test_with_beta' into 'main'
fix: find breakages earlier

See merge request famedly/fluffychat!516
2021-09-13 09:53:01 +00:00
Krille Fear 057ac63eb0 Merge branch 'MTRNord/Dockerfile' into 'main'
feat: Provide simple Dockerfile

Closes #341

See merge request famedly/fluffychat!515
2021-09-13 09:52:15 +00:00
Raatty c4eea6bc93 fix: find breakages earlier 2021-09-12 14:28:02 +12:00
Marcel 9a51437ab0 feat: Build Docker image in CI 2021-09-11 16:27:17 +00:00
Raatty b9ed52063d fix: temporaraly force the arm64 build to use the old stable flutter version 2021-09-11 11:13:37 +12:00
Krille Fear 63d52fe580 Update .gitlab-ci.yml file 2021-09-10 08:52:45 +00:00
Marcel 4632909cd0 ci: Fix typo in nightly upload 2021-08-31 08:05:30 +00:00
Marcel 4c4e86e9de ci: Fix fdroid uploads according to gentoo server 2021-08-31 00:05:09 +00:00
Marcel 20345deb20 ci: Fix pages build to depend on fluffychat web build 2021-08-28 18:50:39 +00:00
Marcel f75bb19946 ci: Dont need everything else to finish before deploying webpage 2021-08-28 18:16:38 +00:00
Raatty 6bb07a6c97 fix release upload maybe? 2021-08-04 19:30:11 +12:00
Raatty b0f0d9c2dc switch windows release to be zip file 2021-07-25 11:06:51 +12:00
Raatty 46d93ba36e fix windows 2021-07-25 00:47:45 +12:00
Krille Fear a882ee8882 Update .gitlab-ci.yml 2021-06-23 08:35:43 +00:00
Krille Fear c1b410d8c7 Update .gitlab-ci.yml 2021-06-18 10:36:08 +00:00
Krille Fear ac97ed6f7f Update .gitlab-ci.yml 2021-06-18 10:05:21 +00:00
Krille Fear 97d5b0943e Update .gitlab-ci.yml 2021-06-16 18:27:54 +00:00
Kateřina Churanová cd5699a658
ci: fix package links for linux builds 2021-06-12 13:28:54 +02:00
Krille Fear 79069c9da1 Update .gitlab-ci.yml file 2021-06-11 20:43:48 +00:00
Krille Fear 895ccca49c Update .gitlab-ci.yml file 2021-06-11 20:42:53 +00:00
Krille Fear eff11a4927 Update .gitlab-ci.yml 2021-06-11 20:32:06 +00:00
Krille Fear 12fe90eaa5 Update .gitlab-ci.yml, scripts/release-playstore-beta.sh files 2021-05-30 11:55:05 +00:00
Krille Fear 6f98e02dd0 Update .gitlab-ci.yml file 2021-05-30 11:48:08 +00:00
Kateřina Churanová f6b510ab0c
ci: fix x86_64 build artifacts 2021-05-28 22:08:10 +02:00
Krille Fear b092aef74d CI: Fix upload x64 linux 2021-05-26 08:10:07 +00:00
Christian Pauly 909f63dc0e CI: Switch to cirrusci image until ours is fixed 2021-05-23 18:50:25 +02:00
Krille Fear 197d71eaea CI: Tag architecture in the linux versions 2021-05-01 17:48:58 +00:00
Krille Fear 91d6a9bb9a CI: Disable upload windows job 2021-05-01 17:34:12 +00:00
Krille Fear 488b61b404 CI: Add linux arm build to release CI 2021-05-01 17:21:29 +00:00
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