mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 06:13:59 -05:00
25 lines
432 B
YAML
25 lines
432 B
YAML
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml
|
|
|
|
parameters:
|
|
- name: yamlcppVersion
|
|
type: string
|
|
default: "0.8.0"
|
|
|
|
resources:
|
|
repositories:
|
|
- repository: pipelines_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/ROCm
|
|
|
|
trigger: none
|
|
pr: none
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/yamlcpp.yml
|
|
parameters:
|
|
yamlcppVersion: ${{ parameters.yamlcppVersion }}
|
|
|