Skip to content
Snippets Groups Projects
Verified Commit 356ad436 authored by Joe Donofry's avatar Joe Donofry
Browse files

Create build artifact dir

parent c8f32a07
No related branches found
No related tags found
No related merge requests found
steps:
- bash: mkdir -p ${ARTIFACT_STAGING_DIRECTORY}
env:
ARTIFACT_STAGING_DIRECTORY: $(Build.ArtifactStagingDirectory))
- bash: |
export CXX=${CXX_COMPILER}
export CC=${C_COMPILER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment