summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-03-08 16:20:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-03-08 16:20:30 +0100
commitcd6472129a022ffeaebcd73aabb06f84ce70a574 (patch)
tree471551fb85790177b6bec0fef9055b3ae3eb9b5b /azure-pipelines.yml
parent08328ad164066a7d80ee4e5ebec921cd91072fc8 (diff)
downloadATCD-cd6472129a022ffeaebcd73aabb06f84ce70a574.tar.gz
Add new xerces-c vkpkg feature
* azure-pipelines.yml:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a3c9da88ee9..46a7a723b51 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -20,7 +20,8 @@ jobs:
BuildConfiguration: Debug
vcpkgarch: x64-windows
vcpkglibdir: debug\lib
- OptionalFeatures: uses_wchar=1 xerces3=0
+ vcpkgxercesfeature: [xmlch_wchar]
+ OptionalFeatures: uses_wchar=1
Debug64:
BuildPlatform: x64
BuildConfiguration: Debug
@@ -49,7 +50,7 @@ jobs:
SSL_LIBDIR: $(VCPKG_ROOT)\installed\$(vcpkgarch)\$(vcpkglibdir)
steps:
- powershell: |
- vcpkg install --recurse --triplet $(vcpkgarch) openssl xerces-c
+ vcpkg install --recurse --triplet $(vcpkgarch) openssl xerces-c$(vcpkgxercesfeature)
displayName: Install additional packages using vcpkg
- powershell: |
'#include "ace/config-win32.h"' > $(ACE_ROOT)/ace/config.h