mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 23:28:03 -05:00
Capture ninja.build
This commit is contained in:
@@ -165,6 +165,15 @@ jobs:
|
||||
-DCMAKE_CXX_COMPILER=$(Agent.BuildDirectory)/rocm/llvm/bin/amdclang++
|
||||
-DROCROLLER_ENABLE_FETCH=ON
|
||||
-GNinja
|
||||
- task: Bash@3
|
||||
displayName: Capture build.ninja artifact
|
||||
condition: always()
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
cp "$(Agent.BuildDirectory)/ninja.build $(Build.ArtifactStagingDirectory)"
|
||||
echo "ninja.build" >> pipelineArtifacts.txt
|
||||
displayName: Set cmake configure paths
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml
|
||||
parameters:
|
||||
componentName: ${{ parameters.componentName }}
|
||||
|
||||
Reference in New Issue
Block a user