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
Haskell + Azure Pipelines
Search
Sibi
February 13, 2019
Technology
0
64
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
80
Nix/NixOS
psibi
0
100
Rust
psibi
2
310
OPA for policy enforcement
psibi
0
55
Rust + Credstash
psibi
0
61
ASG and lifecycle hooks
psibi
0
35
Web programming in Haskell using Yesod
psibi
0
130
Monad
psibi
1
180
Science behind Quantum Computing
psibi
0
250
Other Decks in Technology
See All in Technology
なぜ私はいま、ここにいるのか? #もがく中堅デザイナー #プロダクトデザイナー
bengo4com
0
480
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
200
Wasm元年
askua
0
150
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
5
4.1k
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
2
310
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
440
AIエージェント最前線! Amazon Bedrock、Amazon Q、そしてMCPを使いこなそう
minorun365
PRO
15
5.4k
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
230
How Community Opened Global Doors
hiroramos4
PRO
1
120
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
280
JEDAI Databricks Free Editionもくもく会
taka_aki
1
110
Featured
See All Featured
Navigating Team Friction
lara
187
15k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Music & Morning Musume
bryan
46
6.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
800
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
VelocityConf: Rendering Performance Case Studies
addyosmani
331
24k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
How GitHub (no longer) Works
holman
314
140k
Transcript
Haskell + Azure Pipelines Haskell + Azure Pipelines Sibi Prabakaran
Feb 13, 2019
None
Azure Pipelines Azure Pipelines One of the services under Azure
Devops Used for CI/CD services Recently gaining popularity in OSS projects
Pricing page Pricing page
Advantages Advantages Build times & parallel jobs are much bigger
Build artifacts choco, MinGW availablity for Window images
Cons Cons Not all the features is available via yaml
No caching support UI is not straightforward Bugs
Azure Terminology Azure Terminology Agents Microsoft hosted agents Self-hosted agents
Yaml options Yaml options pool: vmImage: ubuntu-16.04 steps: - script:
| export PATH=$HOME/.local/bin:$PATH stack build displayName: Build Dependencies - script: | export PATH=$HOME/.local/bin:$PATH stack test displayName: Test Package
Prebaked Templates Prebaked Templates Simple configuration Complex configuration
Questions Questions