summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-01 13:27:44 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-01 13:27:44 +0200
commita6ae3d1957fe8b4f1a47c954e8a65f026f25cd08 (patch)
tree2fdb4a2710f22f8e9edd4c45a63303401fa5ae2b
parent188bc3d63b9cdf55511fdd944e532bf7d2d372b0 (diff)
downloadATCD-a6ae3d1957fe8b4f1a47c954e8a65f026f25cd08.tar.gz
Corrected config file
* azure-pipelines.yml:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b4dfaee6345..1eaa217c485 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -108,7 +108,7 @@ jobs:
'#include "ace/config-macosx.h"' > $(ACE_ROOT)/ace/config.h
displayName: 'Create config.h file'
- powershell: |
- 'include $(ACE_ROOT)/include/makeinclude/platform_osx.GNU' > $(ACE_ROOT)/include/makeinclude/platform_macros.GNU;
+ 'include $(ACE_ROOT)/include/makeinclude/platform_macosx.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'