Create build artifact dir

This commit is contained in:
Joseph Donofry 2019-05-18 11:29:55 -04:00
parent c8f32a07ff
commit 356ad436b7
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -1,5 +1,8 @@
steps: steps:
- bash: mkdir -p ${ARTIFACT_STAGING_DIRECTORY}
env:
ARTIFACT_STAGING_DIRECTORY: $(Build.ArtifactStagingDirectory))
- bash: | - bash: |
export CXX=${CXX_COMPILER} export CXX=${CXX_COMPILER}
export CC=${C_COMPILER} export CC=${C_COMPILER}