summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/linux-build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/linux-build.yml')
-rw-r--r--azure-pipelines/templates/linux-build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/azure-pipelines/templates/linux-build.yml b/azure-pipelines/templates/linux-build.yml
index a173f3364..88095c9d3 100644
--- a/azure-pipelines/templates/linux-build.yml
+++ b/azure-pipelines/templates/linux-build.yml
@@ -28,9 +28,12 @@ steps:
inputs:
command: 'Run an image'
imageName: openttd/${{ parameters.Image }}:${{ parameters.Tag }}
- volumes: '$(Build.SourcesDirectory):$(Build.SourcesDirectory)'
+ volumes: |
+ $(Build.SourcesDirectory):$(Build.SourcesDirectory)
+ /usr/local/share/games/openttd:/usr/local/share/games/openttd
workingDirectory: '$(Build.SourcesDirectory)'
containerCommand: ${{ parameters.ContainerCommand }}
runInBackground: false
envVars: |
TARGET_BRANCH
+ CTEST_OUTPUT_ON_FAILURE=1