Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
GitHub Actions入門
meil
September 11, 2019
Programming
0
180
GitHub Actions入門
meil
September 11, 2019
Tweet
Share
More Decks by meil
See All by meil
meilcli
0
15
meilcli
0
230
meilcli
0
280
meilcli
0
170
Other Decks in Programming
See All in Programming
itosho525
1
370
line_developers_tw
1
490
tommykw
1
340
nbkouhou
1
1.2k
e10dokup
0
440
mizdra
7
4.8k
masayaaoyama
4
540
bkuhlmann
4
620
kyonmm
2
2.1k
nbkouhou
0
920
akkeylab
0
350
standfm
0
230
Featured
See All Featured
smashingmag
283
47k
productmarketing
5
660
kneath
294
39k
brianwarren
83
4.7k
sachag
446
36k
holman
288
130k
keithpitt
401
20k
brad_frost
156
6.4k
jeffersonlam
328
15k
jnunemaker
PRO
40
4.6k
dougneiner
55
5.4k
chriscoyier
145
19k
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がなさそう