Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHub Actions入門
Search
meil
September 11, 2019
Programming
0
390
GitHub Actions入門
meil
September 11, 2019
Tweet
Share
More Decks by meil
See All by meil
クラシルの開発で使ってるGitHub Actions
meilcli
0
190
プログラミング言語(?)を自作した話
meilcli
0
780
GitHub ActionsのActionを作る
meilcli
0
410
Azure Pipelinesのすゝめ
meilcli
0
300
Other Decks in Programming
See All in Programming
Unity Android XR入門
sakutama_11
0
150
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
240
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
SwiftUI Viewの責務分離
elmetal
PRO
1
220
GAEログのコスト削減
mot_techtalk
0
120
Software Architecture
hschwentner
6
2.1k
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.4k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
CNCF Project の作者が考えている OSS の運営
utam0k
6
710
ソフトウェアエンジニアの成長
masuda220
PRO
10
920
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
120
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.8k
Featured
See All Featured
Practical Orchestrator
shlominoach
186
10k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Docker and Python
trallard
44
3.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
Designing for Performance
lara
604
68k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Visualization
eitanlees
146
15k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Transcript
GitHub Actions入門 帰ってきた関西モバイルアプリ研究会 #3
自己紹介 • Twitter: @penguin_sharp • GitHub: MeilCli • Blog: https://blog.meilcli.net/
• Skill: C#, Kotlin, Android, Azure Pipelines • Work: Fenrir Inc. ◦ Android Application Engineer ◦ 発言は個人の見解であり所属する組織の公式見解ではありません
GitHub Actionsとは • GitHub製のワークフロー自動化ツール ◦ ベータ版 ◦ 最近CI/CD機能もついた ▪ Azure
Pipelinesのクローン ▪ https://twitter.com/natfriedman/status/1159526215658561536
GitHub Actions入門 ベータ版なのでサインアップが必要 https://github.com/features/actions
GitHub Actions入門 GitHub Actionsが使えるようになったらリポジトリーに表示されます
GitHub Actions入門 • 標準でテンプレが用意されてる ◦ Android ◦ Node.js ◦ ASP
.NET Core ◦ Go ◦ Ruby ◦ Crystal ◦ etc…
GitHub Actions入門
GitHub Actions価格 https://github.com/features/actions
GitHub Actions所感 • ワークフローの自動化はGitHub Actionsがいい ◦ Probotが捗りそう ▪ https://github.com/probot/probot •
CIはAzure Pipelinesと変わらない ◦ テスト結果発行で少しつらいかも (?) • CDはAzure Pipelinesのほうがいいかも ◦ Azure Pipelinesで言うところのSecret VariablesはあってもSecure Filesがなさそう