mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Create build artifact dir
This commit is contained in:
parent
c8f32a07ff
commit
356ad436b7
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue