summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-03-12 07:59:09 +0100
committerGitHub <noreply@github.com>2020-03-12 07:59:09 +0100
commit106c59ea21b885ecde9d6d101056f4c954f7acee (patch)
tree6b80e06dce33598aba65b518bcbe972595eed230
parent9985d758f81608d988b2ff45165521b099e97f0c (diff)
parentda4544345e2055bfba5d80e3bad67a277bf78291 (diff)
downloadATCD-106c59ea21b885ecde9d6d101056f4c954f7acee.tar.gz
Merge pull request #1051 from jwillemsen/jwi-azurevs2015removal
Removed vs2015, will not be supported from azure pipelines soon
-rw-r--r--azure-pipelines.yml58
1 files changed, 0 insertions, 58 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 80ad6101d6d..89d06258ef5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -171,64 +171,6 @@ jobs:
configuration: $(BuildConfiguration)
maximumCpuCount: true
-- job: VisualStudio2015
- timeoutInMinutes: 90
- pool:
- vmImage: vs2015-win2012r2
- strategy:
- matrix:
- Debug64:
- BuildPlatform: x64
- BuildConfiguration: Debug
- vcpkgarch: x64-windows
- vcpkglibdir: debug\lib
- Release64:
- BuildPlatform: x64
- BuildConfiguration: Release
- vcpkgarch: x64-windows
- vcpkglibdir: lib
- variables:
- 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)
- VCPKG_ROOT: $(Build.SourcesDirectory)\vcpkg
- 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: |
- '#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
- echo "versioned_namespace=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
- displayName: Create default.features file
- - powershell: git clone --depth 1 git://github.com/DOCGroup/MPC.git $(MPC_ROOT)
- displayName: git clone MPC
- - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vc14 $(TAO_ROOT)/TAO_ACE.mwc -workers 4
- displayName: Run script mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
- - powershell: perl $(ACE_ROOT)/bin/mwc.pl -type vc14 $(ACE_ROOT)/tests/tests.mwc -workers 4
- displayName: Run script mwc.pl on $(ACE_ROOT)/tests/tests.mwc
- - task: VSBuild@1
- displayName: Build solution TAO\TAO_ACE.sln
- inputs:
- solution: TAO\TAO_ACE.sln
- platform: $(BuildPlatform)
- configuration: $(BuildConfiguration)
- maximumCpuCount: true
- - task: VSBuild@1
- displayName: Build solution ACE\tests\tests.sln
- inputs:
- solution: ACE\tests\tests.sln
- platform: $(BuildPlatform)
- configuration: $(BuildConfiguration)
- maximumCpuCount: true
-
- job: Linux
timeoutInMinutes: 90
pool: