aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2021-01-14 21:29:15 -0800
committerGitHub <noreply@github.com>2021-01-14 21:29:15 -0800
commitf649f9a67e0769aabb04f02ccaba816abd0089e2 (patch)
tree24dc3a22ae4edbfdd7da827613fac31fe9567c7f /scripts
parenta5971344505757e4868e14d112362326610b98e5 (diff)
downloadvcpkg-f649f9a67e0769aabb04f02ccaba816abd0089e2.tar.gz
vcpkg-f649f9a67e0769aabb04f02ccaba816abd0089e2.zip
[vcpkg] Add CI check for version files and update maintainer's guideline (#15655)
* Add CI check using dummy version files * Fix ci test * Update maintainer's guideline * Point CI check to actual version files * Remove --git-verify-trees * Fix typo * Fix more typoes * Even more typos * Even more typos
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows/azure-pipelines.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml
index c78c3d9ee..a7fb6408b 100644
--- a/scripts/azure-pipelines/windows/azure-pipelines.yml
+++ b/scripts/azure-pipelines/windows/azure-pipelines.yml
@@ -52,6 +52,14 @@ jobs:
arguments: '-Triplet ${{ parameters.triplet }} -WorkingRoot ${{ variables.WORKING_ROOT }}'
pwsh: true
- task: PowerShell@2
+ displayName: 'Validate version files'
+ condition: eq('${{ parameters.triplet }}', 'x86-windows')
+ inputs:
+ targetType: inline
+ script: |
+ ./vcpkg.exe --feature-flags=versions x-ci-verify-versions --verbose
+ pwsh: true
+ - task: PowerShell@2
displayName: '*** Test Modified Ports and Prepare Test Logs ***'
inputs:
failOnStderr: true