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 |