azure: Copy data dir in makefile instead of pipelines config

This commit is contained in:
Pavel Stupnikov
2019-04-04 20:15:57 +03:00
parent 30925e8eec
commit 0779356cd8

View File

@@ -132,11 +132,7 @@ jobs:
- template: azure-pipelines/templates/release-fetch-source.yml
- template: azure-pipelines/templates/osx-dependencies.yml
- template: azure-pipelines/templates/osx-build.yml
- bash: |
set -ex
mkdir -p bundle/OpenTTD.app/Contents/Resources
cp -r bin/data bundle/OpenTTD.app/Contents/Resources/
make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx
- script: 'make bundle_zip bundle_dmg BUNDLE_NAME=citymania-client-$(Build.BuildNumber)-macosx'
displayName: 'Create bundles'
- task: PublishBuildArtifacts@1
displayName: 'Publish bundles'