Tusky icon indicating copy to clipboard operation
Tusky copied to clipboard

Fully migrate Bitrise to GitHub Actions

Open Goooler opened this issue 2 years ago • 2 comments

Bitrise is set up in #214. Years have passed, and the ecosystem of GitHub Actions is getting stronger and faster, supporting more features. There are the same CPU cores on both Bitrise and GitHub devices, now it's time to migrate to GitHub actions completely.

Check

  • Bitrise: https://scans.gradle.com/s/mue5ayj32owgy
  • GitHub Actions: https://scans.gradle.com/s/gw6ikdulzk7yu

Goooler avatar Jan 21 '24 08:01 Goooler

Part of GHA support has been finished in

  • #3728
  • #3904

Goooler avatar Jan 21 '24 08:01 Goooler

With Gradle 8.6 and GBA v3, we can store CC data on CI, see

  • https://docs.gradle.org/8.6/release-notes.html
  • https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0

Goooler avatar Feb 05 '24 03:02 Goooler