mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
Compare commits
4 Commits
ci_example
...
davidd-amd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd434935b2 | ||
|
|
2df7d04f10 | ||
|
|
5e19426e9e | ||
|
|
6d33b3b48a |
@@ -5,7 +5,7 @@ parameters:
|
||||
- name: checkoutRef
|
||||
type: string
|
||||
default: ''
|
||||
- name: cli11Version
|
||||
- name: CLI11Version
|
||||
type: string
|
||||
default: ''
|
||||
- name: aptPackages
|
||||
@@ -24,7 +24,7 @@ parameters:
|
||||
|
||||
jobs:
|
||||
- ${{ each job in parameters.jobMatrix.buildJobs }}:
|
||||
- job: cli11_${{ job.os }}
|
||||
- job: CLI11_${{ job.os }}
|
||||
variables:
|
||||
- group: common
|
||||
- template: /.azuredevops/variables-global.yml
|
||||
@@ -44,16 +44,16 @@ jobs:
|
||||
packageManager: ${{ job.packageManager }}
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/preamble.yml
|
||||
- task: Bash@3
|
||||
displayName: Clone cli11 ${{ parameters.cli11Version }}
|
||||
displayName: Clone CLI11 ${{ parameters.CLI11Version }}
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: git clone https://github.com/CLIUtils/CLI11.git -b ${{ parameters.cli11Version }}
|
||||
script: git clone https://github.com/CLIUtils/CLI11.git -b ${{ parameters.CLI11Version }}
|
||||
workingDirectory: $(Agent.BuildDirectory)
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/build-cmake.yml
|
||||
parameters:
|
||||
os: ${{ job.os }}
|
||||
cmakeBuildDir: $(Agent.BuildDirectory)/cli11/build
|
||||
cmakeSourceDir: $(Agent.BuildDirectory)/cli11
|
||||
cmakeBuildDir: $(Agent.BuildDirectory)/CLI11/build
|
||||
cmakeSourceDir: $(Agent.BuildDirectory)/CLI11
|
||||
useAmdclang: false
|
||||
extraBuildFlags: >-
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
@@ -3,7 +3,7 @@ variables:
|
||||
- template: /.azuredevops/variables-global.yml
|
||||
|
||||
parameters:
|
||||
- name: cli11Version
|
||||
- name: CLI11Version
|
||||
type: string
|
||||
default: "main"
|
||||
|
||||
@@ -18,6 +18,6 @@ trigger: none
|
||||
pr: none
|
||||
|
||||
jobs:
|
||||
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/cli11lib.yml
|
||||
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/CLI11.yml
|
||||
parameters:
|
||||
cli11Version: ${{ parameters.cli11Version }}
|
||||
CLI11Version: ${{ parameters.CLI11Version }}
|
||||
Reference in New Issue
Block a user