summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-21 09:43:00 +0100
committerGitHub <noreply@github.com>2018-10-21 09:43:00 +0100
commit90af74492ed1c92d1622086b6e035b17ab203986 (patch)
tree83b72d3fbd3336460701feba9aa29840f0c35393
parent10983a559cf292c3c3255c869de8d024769cbe57 (diff)
parentac7245d680b636e9f56dc0036c0933fe1da0ead9 (diff)
downloadATCD-90af74492ed1c92d1622086b6e035b17ab203986.tar.gz
Merge pull request #727 from jwillemsen/master
Add xerces3 and ssl to azure linux job
-rw-r--r--azure-pipelines.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4c50aa9a791..270075fc9c1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -101,11 +101,19 @@ jobs:
pool:
vmImage: ubuntu-16.04
steps:
+ - script: sudo apt-get --yes update && sudo apt-get --yes install libxerces-c-dev libssl-dev
+ displayName: install system package dependencies
- powershell: |
'#include "ace/config-linux.h"' > $(ACE_ROOT)/ace/config.h
displayName: Create config.h file
- powershell: |
- 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > $(ACE_ROOT)/include/makeinclude/platform_macros.GNU;
+ 'xerces3=1' > $(ACE_ROOT)/bin/MakeProjectCreator/config/default.features
+ 'ssl=1' >> $(ACE_ROOT)/bin/MakeProjectCreator/config/default.features
+ displayName: Create default.features file
+ - powershell: |
+ 'xerces3=1' > $(ACE_ROOT)/include/makeinclude/platform_macros.GNU
+ 'ssl=1' >> $(ACE_ROOT)/include/makeinclude/platform_macros.GNU
+ 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' >> $(ACE_ROOT)/include/makeinclude/platform_macros.GNU
displayName: Create platform_macros file
- powershell: git clone --depth 1 git://github.com/DOCGroup/MPC.git $(MPC_ROOT)
displayName: git clone MPC