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
400
GitHub Actions入門
meil
September 11, 2019
Tweet
Share
More Decks by meil
See All by meil
クラシルの開発で使ってるGitHub Actions
meilcli
0
190
プログラミング言語(?)を自作した話
meilcli
0
820
GitHub ActionsのActionを作る
meilcli
0
420
Azure Pipelinesのすゝめ
meilcli
0
320
Other Decks in Programming
See All in Programming
Is Xcode slowly dying out in 2025?
uetyo
1
240
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
240
Go1.25からのGOMAXPROCS
kuro_kurorrr
1
830
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
680
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
340
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
510
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
170
GraphRAGの仕組みまるわかり
tosuri13
8
500
PipeCDのプラグイン化で目指すところ
warashi
1
220
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
110
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.7k
Statistics for Hackers
jakevdp
799
220k
The Language of Interfaces
destraynor
158
25k
Documentation Writing (for coders)
carmenintech
72
4.9k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Balancing Empowerment & Direction
lara
1
390
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Thoughts on Productivity
jonyablonski
69
4.7k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
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がなさそう