Skip to content

Commit

Permalink
[vcpkg] Test azblob storage provider in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Sep 20, 2020
1 parent 7cc0443 commit 1beaf81
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
58 changes: 29 additions & 29 deletions scripts/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,44 +44,44 @@ stages:
- check_cxx_formatting
- check_manifest_formatting
jobs:
- template: windows/azure-pipelines.yml
parameters:
triplet: x86-windows
jobName: x86_windows
poolName: $(windows-pool)
# - template: windows/azure-pipelines.yml
# parameters:
# triplet: x86-windows
# jobName: x86_windows
# poolName: $(windows-pool)

- template: windows/azure-pipelines.yml
parameters:
triplet: x64-windows
jobName: x64_windows
poolName: $(windows-pool)

- template: windows/azure-pipelines.yml
parameters:
triplet: x64-windows-static
jobName: x64_windows_static
poolName: $(windows-pool)
# - template: windows/azure-pipelines.yml
# parameters:
# triplet: x64-windows-static
# jobName: x64_windows_static
# poolName: $(windows-pool)

- template: windows/azure-pipelines.yml
parameters:
triplet: x64-uwp
jobName: x64_uwp
poolName: $(windows-pool)
# - template: windows/azure-pipelines.yml
# parameters:
# triplet: x64-uwp
# jobName: x64_uwp
# poolName: $(windows-pool)

- template: windows/azure-pipelines.yml
parameters:
triplet: arm64-windows
jobName: arm64_windows
poolName: $(windows-pool)
# - template: windows/azure-pipelines.yml
# parameters:
# triplet: arm64-windows
# jobName: arm64_windows
# poolName: $(windows-pool)

- template: windows/azure-pipelines.yml
parameters:
triplet: arm-uwp
jobName: arm_uwp
poolName: $(windows-pool)
# - template: windows/azure-pipelines.yml
# parameters:
# triplet: arm-uwp
# jobName: arm_uwp
# poolName: $(windows-pool)

- template: osx/azure-pipelines.yml
# - template: osx/azure-pipelines.yml

- template: linux/azure-pipelines.yml
parameters:
poolName: $(linux-pool)
# - template: linux/azure-pipelines.yml
# parameters:
# poolName: $(linux-pool)
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/test-modified-ports.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else {
$binaryCachingMode = 'write'
}

$commonArgs += @("--x-binarysource=clear;files,$ArchivesRoot,$binaryCachingMode")
#$commonArgs += @("--x-binarysource=clear;files,$ArchivesRoot,$binaryCachingMode")

if ($Triplet -eq 'x64-linux') {
$env:HOME = '/home/agent'
Expand Down
3 changes: 3 additions & 0 deletions scripts/azure-pipelines/windows/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
value: D:\
- name: VCPKG_DOWNLOADS
value: D:\downloads
- group: azblob-test-sas-group

steps:
- task: PowerShell@2
Expand Down Expand Up @@ -59,6 +60,8 @@ jobs:
filePath: 'scripts/azure-pipelines/test-modified-ports.ps1'
arguments: '-Triplet ${{ parameters.triplet }} -BuildReason $(Build.Reason) -ArchivesRoot W:\ -WorkingRoot ${{ variables.WORKING_ROOT }} -ArtifactsDirectory $(System.ArtifactsDirectory)'
pwsh: true
env:
VCPKG_BINARY_SOURCES: "clear;x-azblob,$(azblob-root-url),$(azblob-test-sas),readwrite"
- task: PowerShell@2
displayName: 'Report on Disk Space After Build'
condition: always()
Expand Down

0 comments on commit 1beaf81

Please sign in to comment.