Skip to content

Commit

Permalink
Try publish buildlog
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Sep 12, 2023
1 parent e51334e commit 321e025
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci/azure-pipelines/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@ jobs:
-t $(dockerHubID)/env:$(TAG)
dockerfile: '$(Build.SourcesDirectory)/.dev/docker/windows/Dockerfile'
tags: "$(TAG)"


- publish: C:\vcpkg\buildtrees\qtdeclarative\install-$(PLATFORM)-windows-rel-rel-out.log
artifact: buildlogfile
displayName: 'Publish build log'

- script: >
docker run --rm -v "$(Build.SourcesDirectory)":c:\pcl $(dockerHubID)/env:$(TAG)
powershell -command "mkdir c:\pcl\build; cd c:\pcl\build;
Expand Down

0 comments on commit 321e025

Please sign in to comment.