You can create matrix jobs using the matrix key in your config.yml
workflows:
workflow:
jobs:
- build:
matrix:
parameters:
version: ["0.1", "0.2", "0.3"]
platform: ["macos", "windows", "linux"]
For the full example and additional features check out the docs.
Comments
Please sign in to leave a comment.