Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Pipelines cross product example

Build Status

This repository shows how to use each expressions and template files in Azure Pipelines to simulate a cross product matrix.

Adding the cross product feature to Azure Pipelines is discussed in Azure Pipelines GitHub feature request issue #20.

This example is a quick hack, it contains duplicated code and can probably be improved. Please open a PR if you have suggestions for a better way. This repository serves as a testbed for the CI/CD improvements in zivid-python.

The dummy example used here is parameterized over the following values, resulting in 72 jobs.

OS Python version SW version
archlinux/base 3.5 1.0.0
ubuntu:16.04 3.6 1.1.0
ubuntu:18.04 3.7 1.2.0
fedora:31 1.3.0
vs2017-win2016
windows-2019

About

This repository shows how to use each expressions and template files in Azure Pipelines to simulate a cross product matrix

Topics

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors