Haskell + Azure PipelinesHaskell + Azure PipelinesSibi PrabakaranFeb 13, 2019
View Slide
Azure PipelinesAzure PipelinesOne of the services under Azure DevopsUsed for CI/CD servicesRecently gaining popularity in OSSprojects
Pricing pagePricing page
AdvantagesAdvantagesBuild times & parallel jobs are much biggerBuild artifactschoco, MinGW availablity for Window images
ConsConsNot all the features is available via yamlNo caching supportUI is not straightforwardBugs
Azure TerminologyAzure TerminologyAgentsMicrosoft hosted agentsSelf-hosted agents
Yaml optionsYaml optionspool:vmImage: ubuntu-16.04steps:- script: |export PATH=$HOME/.local/bin:$PATHstack builddisplayName: Build Dependencies- script: |export PATH=$HOME/.local/bin:$PATHstack testdisplayName: Test Package
Prebaked TemplatesPrebaked TemplatesSimple configurationComplex configuration
QuestionsQuestions