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
68
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
86
Nix/NixOS
psibi
0
110
Rust
psibi
2
310
OPA for policy enforcement
psibi
0
56
Rust + Credstash
psibi
0
65
ASG and lifecycle hooks
psibi
0
37
Web programming in Haskell using Yesod
psibi
0
140
Monad
psibi
1
180
Science behind Quantum Computing
psibi
0
260
Other Decks in Technology
See All in Technology
20250913_JAWS_sysad_kobe
takuyay0ne
2
200
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
170
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
220
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
520
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
350
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
240
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
S3アクセス制御の設計ポイント
tommy0124
3
200
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
4
1.5k
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
280
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
120
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
The Language of Interfaces
destraynor
161
25k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Into the Great Unknown - MozCon
thekraken
40
2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Side Projects
sachag
455
43k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Code Reviewing Like a Champion
maltzj
525
40k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
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