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
800
GitHub ActionsのActionを作る
meilcli
0
420
Azure Pipelinesのすゝめ
meilcli
0
310
Other Decks in Programming
See All in Programming
Browser and UI #2 HTML/ARIA
ken7253
2
150
一緒に働きたくなるプログラマの思想 #QiitaConference
mu_zaru
77
18k
Youtube Lofier - Chrome拡張開発
ninikoko
0
2.5k
VitestのIn-Source Testingが便利
taro28
8
2.3k
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
210
個人開発の学生アプリが企業譲渡されるまで
akidon0000
0
1.1k
Jakarta EE Meets AI
ivargrimstad
0
410
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
実践Webフロントパフォーマンスチューニング
cp20
40
9.1k
Optimizing JRuby 10
headius
0
510
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
2
1.3k
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1.1k
Featured
See All Featured
Statistics for Hackers
jakevdp
798
220k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Being A Developer After 40
akosma
91
590k
Music & Morning Musume
bryan
47
6.5k
How GitHub (no longer) Works
holman
314
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Done Done
chrislema
184
16k
Making Projects Easy
brettharned
116
6.1k
The Cult of Friendly URLs
andyhume
78
6.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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がなさそう