LoginSignup
2
5

CI/CD ハンズオン(GitHub Actions & Android 編)全体説明

Last updated at Posted at 2023-10-20
1 / 7

CI/CD の概要

  • Continuous Integration(継続的インテグレーション)
  • Continuous Delivery/Deployment(継続的デリバリー)
  • ソフトウェア開発のライフサイクルにおける処理を自動化
    • 市場へ迅速に、継続的な価値を提供

GitHub Actions

  • GitHub が提供する CI/CD サービス
    • 2019年11月に正式版がリリース
    • public リポジトリなら無料で使える(全機能ではない)
  • GitHub でのソフトウェア開発と親和性が高い
  • Software Design 2022年2月号が参考になる

ハンズオン


開発フローの自動化


GitHub Marketplace


実際のプロジェクトでの例

2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5