Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
Haskell + Azure Pipelines
Sibi
February 13, 2019
Technology
0
18
Haskell + Azure Pipelines
Sibi
February 13, 2019
Tweet
Share
More Decks by Sibi
See All by Sibi
psibi
2
160
psibi
0
27
psibi
0
16
psibi
0
4
psibi
0
30
psibi
1
120
psibi
0
83
psibi
0
62
Other Decks in Technology
See All in Technology
yamasaki696
0
330
clustervr
0
200
neo_analytics
1
1.1k
ocise
0
170
shirayanagiryuji
0
2.2k
suzukiry
0
210
oracle4engineer
0
2.7k
clustervr
0
170
clustervr
0
160
pinboro
0
2.3k
kentaro
1
430
bufferings
2
3.4k
Featured
See All Featured
robhawkes
52
2.8k
edds
56
9.3k
stephaniewalter
260
11k
zakiwarfel
88
3.3k
trishagee
20
2.1k
marktimemedia
6
340
marcelosomers
220
15k
mthomps
39
2.3k
tanoku
258
24k
reverentgeek
168
7.2k
reverentgeek
27
1.9k
lara
172
9.5k
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