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
50
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
Just
psibi
0
62
Nix/NixOS
psibi
0
97
Rust
psibi
2
290
OPA for policy enforcement
psibi
0
47
Rust + Credstash
psibi
0
43
ASG and lifecycle hooks
psibi
0
27
Web programming in Haskell using Yesod
psibi
0
94
Monad
psibi
1
160
Science behind Quantum Computing
psibi
0
200
Other Decks in Technology
See All in Technology
どこよりも遅めなWinActor Ver.7.5.0 新機能紹介
tamai_63
0
210
あなたの知らないiOS開発の世界
recruitengineers
PRO
3
190
20240912 JJUGナイトセミナー
mii1004
0
140
Difyを活用した「内省支援」エージェント開発の所感
gmoriki
0
150
サーバー管理しないサーバーサービスManaged DevOps Pool
kkamegawa
0
140
『GRANBLUE FANTASY Relink』キャラクターの魅力を支えるリグ・シミュレーション制作事例
cygames
0
170
言葉は感情の近似値である。その感情と言葉の誤差を最小化しよう ~コミュニケーションにおけるアナログ/デジタル変換の課題に立ち向かう~
nktamago
0
250
Creative UIs with Compose: DroidKaigi 2024
chrishorner
1
610
APIファースト、そしてTime To First Call削減への道筋
nagix
1
110
エムスリーエビデンス創出プロダクトチーム紹介資料 / Introduction of M3 Create Evidence Team
m3_engineering
0
290
タイミーのレコメンドにおける ABテストの運用
ozeshun
1
220
eBPFのこれまでとこれから
yutarohayakawa
10
3.3k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
190
16k
Designing with Data
zakiwarfel
98
5k
Fashionably flexible responsive web design (full day workshop)
malarkey
401
65k
Embracing the Ebb and Flow
colly
83
4.4k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
1
57
Keith and Marios Guide to Fast Websites
keithpitt
408
22k
A designer walks into a library…
pauljervisheath
201
24k
Imperfection Machines: The Place of Print at Facebook
scottboms
263
13k
Designing Experiences People Love
moore
138
23k
Building an army of robots
kneath
302
42k
Automating Front-end Workflow
addyosmani
1365
200k
Speed Design
sergeychernyshev
22
440
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