summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-03-12 07:59:21 +0100
committerGitHub <noreply@github.com>2020-03-12 07:59:21 +0100
commite5c504ce2dda08bf75f231a0b56f1291704228d5 (patch)
tree86817df9f4e620d071558a0c0d3c1f61fff66562
parentcb7bb9393707341beac8908db9c600080cc85fa3 (diff)
parent6888b4658fa0574097cd5a44e60387ba6a8564cf (diff)
downloadMPC-e5c504ce2dda08bf75f231a0b56f1291704228d5.tar.gz
Merge pull request #95 from jwillemsen/jwi-azurevs2015removalocitao22ap18
Removed vs2015, will not be supported from azure pipelines soon
-rw-r--r--azure-pipelines.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 000dc513..2c780e26 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -121,52 +121,6 @@ jobs:
configuration: $(BuildConfiguration)
maximumCpuCount: true
-- job: VisualStudio2015
- timeoutInMinutes: 90
- pool:
- vmImage: vs2015-win2012r2
- strategy:
- matrix:
- Release64:
- BuildPlatform: x64
- BuildConfiguration: Release
- vcpkgarch: x64-windows
- vcpkglibdir: lib
- variables:
- VCPKG_ROOT: $(Build.SourcesDirectory)\vcpkg
- XERCESCROOT: $(Build.SourcesDirectory)\vcpkg\packages\xerces-c_$(vcpkgarch)
- SSL_ROOT: $(Build.SourcesDirectory)\vcpkg\packages\openssl-windows_$(vcpkgarch)
- SSL_LIBDIR: $(SSL_ROOT)\$(vcpkglibdir)
- XERCESC_LIBDIR: $(XERCESCROOT)\$(vcpkglibdir)
- steps:
- - powershell: |
- git clone --depth 1 git://github.com/Microsoft/vcpkg.git $(VCPKG_ROOT)
- $(VCPKG_ROOT)\bootstrap-vcpkg.bat
- $(VCPKG_ROOT)\vcpkg.exe install --recurse --triplet $(vcpkgarch) openssl xerces-c
- displayName: vcpkg
- - powershell: |
- git clone -q --depth 1 git://github.com/DOCGroup/ACE_TAO.git $(Build.SourcesDirectory)/ACE_TAO
- git clone -q --depth 1 git://github.com/DOCGroup/DAnCE.git $(DAnCE_ROOT)
- git clone -q --depth 1 git://github.com/DOCGroup/CIAO.git $(CIAO_ROOT)
- displayName: git clone dependent repositories
- - powershell: |
- '#include "ace/config-win32.h"' > $(ACE_ROOT)\ace\config.h
- displayName: Create config.h file
- - powershell: |
- echo "xerces3=1" | out-file -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
- echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
- echo "openssl11=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
- displayName: Create default.features file
- - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vc14 $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc -workers 4
- displayName: Run script mwc.pl on $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc
- - task: VSBuild@1
- displayName: Build solution $(CIAO_ROOT)/CIAO_TAO_DAnCE.sln
- inputs:
- solution: $(CIAO_ROOT)/CIAO_TAO_DAnCE.sln
- platform: $(BuildPlatform)
- configuration: $(BuildConfiguration)
- maximumCpuCount: true
-
- job: Linux
pool:
vmImage: ubuntu-latest