diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-01 01:48:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 16:48:52 -0700 |
| commit | 5c66f720c0bc28071955e0c224075cae556bf286 (patch) | |
| tree | 718ec6d56b48c18d4bd9008505fcb469c39f163b /scripts/azure-pipelines | |
| parent | 56fffbe49dfb4dd8fae0940f272c5fd2b86be991 (diff) | |
| download | vcpkg-5c66f720c0bc28071955e0c224075cae556bf286.tar.gz vcpkg-5c66f720c0bc28071955e0c224075cae556bf286.zip | |
[cmake] Add cmake port to test qt (#10770)
* [cmake] add port for qt testing
* only add cmcldeps on windows
* [cmake] cleanup and fix portfile for osx build
* [cmake] more cleanup
* move cmake to scripts/test_ports
* add the overlay scripts/test_ports to ci
Diffstat (limited to 'scripts/azure-pipelines')
| -rwxr-xr-x | scripts/azure-pipelines/test-modified-ports.ps1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/test-modified-ports.ps1 b/scripts/azure-pipelines/test-modified-ports.ps1 index 9a30321b4..27ff3290c 100755 --- a/scripts/azure-pipelines/test-modified-ports.ps1 +++ b/scripts/azure-pipelines/test-modified-ports.ps1 @@ -52,7 +52,8 @@ $commonArgs = @( '--binarycaching',
"--x-buildtrees-root=$buildtreesRoot",
"--x-install-root=$installRoot",
- "--x-packages-root=$packagesRoot"
+ "--x-packages-root=$packagesRoot",
+ "--overlay-ports=scripts/test_ports"
)
$binaryCachingMode = 'readwrite'
|
