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
60
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
77
Nix/NixOS
psibi
0
100
Rust
psibi
2
300
OPA for policy enforcement
psibi
0
54
Rust + Credstash
psibi
0
55
ASG and lifecycle hooks
psibi
0
32
Web programming in Haskell using Yesod
psibi
0
120
Monad
psibi
1
180
Science behind Quantum Computing
psibi
0
250
Other Decks in Technology
See All in Technology
DevOpsDays Taipei 2025 -- Creating Awesome Change in SmartNews!
martin_lover
0
180
kintone開発組織のDevOpsへの移り変わりと実践
ueokande
1
250
積み上げられた技術資産と向き合いながら、プロダクトの信頼性をどう守るか
plaidtech
PRO
0
1.1k
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
48
32k
ソフトウェアは捨てやすく作ろう/Let's make software easy to discard
sanogemaru
10
6.1k
技術書典18結果報告
mutsumix
2
190
うちの会社の評判は?SNSの投稿分析にAIを使ってみた
doumae
0
540
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.2k
入門 ESlint Typegen #TSKaigi #TSKaigi2025_kataritai
bengo4com
0
2k
Houtou.pm #1
papix
0
930
Generational ZGCのメモリ運用改善 - その物理メモリ使用量、本当に正しい?
tabatad
0
180
OpenJDKエコシステムと開発中の機能を紹介 2025夏版
chiroito
1
1k
Featured
See All Featured
Embracing the Ebb and Flow
colly
85
4.7k
The Language of Interfaces
destraynor
158
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
15
890
A designer walks into a library…
pauljervisheath
205
24k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
Building Adaptive Systems
keathley
41
2.6k
Raft: Consensus for Rubyists
vanstee
137
7k
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