Sigh
This commit is contained in:
parent
58753f8478
commit
fec8042cfa
|
@ -1,8 +1,7 @@
|
||||||
# 31 march 2019
|
# 31 march 2019
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- name: releaseExamples
|
releaseExamplesUnix: 'controlgallery cpp-multithread datetime drawtext histogram tester timer'
|
||||||
value: ['controlgallery', 'cpp-multithread', 'datetime', 'drawtext', 'histogram', 'tester', 'timer']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: linux_amd64_shared_ninja
|
- job: linux_amd64_shared_ninja
|
||||||
|
@ -26,7 +25,7 @@ jobs:
|
||||||
pushd build/meson-out
|
pushd build/meson-out
|
||||||
cp ../../ui.h ../../ui_unix.h .
|
cp ../../ui.h ../../ui_unix.h .
|
||||||
echo tar czf $(Build.ArtifactStagingDirectory)/libui-$(Build.SourceBranchName)-linux-amd64-shared.tgz libui.so.0 ui.h ui_unix.h
|
echo tar czf $(Build.ArtifactStagingDirectory)/libui-$(Build.SourceBranchName)-linux-amd64-shared.tgz libui.so.0 ui.h ui_unix.h
|
||||||
echo tar czf $(Build.ArtifactStagingDirectory)/examples-$(Build.SourceBranchName)-linux-amd64-shared.tgz $[join(' ', variables.releaseExamples)]
|
echo tar czf $(Build.ArtifactStagingDirectory)/examples-$(Build.SourceBranchName)-linux-amd64-shared.tgz $(variables.releaseExamplesUnix)
|
||||||
rm ui.h ui_unix.h
|
rm ui.h ui_unix.h
|
||||||
popd
|
popd
|
||||||
displayName: 'Create Artifacts'
|
displayName: 'Create Artifacts'
|
||||||
|
|
Loading…
Reference in New Issue