mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Add a script to look for setup-env.sh
This commit is contained in:
@@ -243,6 +243,12 @@ jobs:
|
||||
-DCMAKE_CXX_FLAGS=-I$(Agent.BuildDirectory)/rocm/include/rocjpeg
|
||||
-DGPU_TARGETS=${{ job.target }}
|
||||
-GNinja
|
||||
- task: Bash@3
|
||||
displayName: Find setup-env.sh location
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: find $(Agent.BuildDirectory)/s -name setup-env.sh
|
||||
workingDirectory: $(Agent.BuildDirectory)/s
|
||||
- task: Bash@3
|
||||
displayName: Set up rocprofiler-systems env
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user