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
71
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
87
Nix/NixOS
psibi
0
110
Rust
psibi
2
320
OPA for policy enforcement
psibi
0
58
Rust + Credstash
psibi
0
69
ASG and lifecycle hooks
psibi
0
45
Web programming in Haskell using Yesod
psibi
0
150
Monad
psibi
1
180
Science behind Quantum Computing
psibi
0
270
Other Decks in Technology
See All in Technology
AIエージェントによるエンタープライズ向けスライド検索!
shibuiwilliam
4
630
ECS組み込みのBlue/Greenデプロイを動かしてELB側の動きを観察してみる
yuki_ink
3
360
学術的根拠から読み解くNotebookLMの音声活用法
shukob
0
130
組織の“見えない壁”を越えよ!エンタープライズシフトに必須な3つのPMの「在り方」変革 #pmconf2025
masakazu178
1
580
膨大なデータをどうさばく? Java × MQで作るPub/Subアーキテクチャ
zenta
0
120
アジャイル社内普及ご近所さんマップを作ろう / Let's create an agile neighborhood map
psj59129
1
140
Moto: Latent Motion Token as the Bridging Language for Learning Robot Manipulation from Videos
peisuke
0
160
Axon Frameworkのイベントストアを独自拡張した話
zozotech
PRO
0
220
身近なCSVを活用する!AWSのデータ分析基盤アーキテクチャ
koosun
0
2.1k
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
4
1.8k
DDD x Microservice Architecture : Findy Architecture Conf 2025
syobochim
12
3k
AI エージェントを評価するための温故知新と Spec Driven Evaluation
icoxfog417
PRO
2
510
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6.1k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Agile that works and the tools we love
rasmusluckow
331
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
940
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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