Skip to content

Commit

Permalink
Update azure-pipelines.yml (#8)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml

* update macos sdk version

* the sdk name is macosx11.0
  • Loading branch information
k-brac committed Dec 4, 2020
1 parent 33ef53a commit ecd10d4
Showing 1 changed file with 13 additions and 30 deletions.
43 changes: 13 additions & 30 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
packageApp: false
publishJUnitResults: true
scheme: testCuti
sdk: macosx10.15
sdk: macosx11.0
- task: Xcode@5
inputs:
actions: 'test'
configuration: $(configuration)
packageApp: false
publishJUnitResults: true
scheme: testCppunit
sdk: macosx10.15
- job: Xcode_10
sdk: macosx11.0
- job: Xcode_11
pool:
vmImage: 'macOS-latest'
steps:
Expand All @@ -41,22 +41,22 @@ jobs:
- task: Xcode@5
inputs:
actions: 'test'
xcodeVersion: '10'
xcodeVersion: '11'
configuration: $(configuration)
packageApp: false
publishJUnitResults: true
scheme: testCuti
sdk: macosx10.14
sdk: macosx10.15
- task: Xcode@5
inputs:
actions: 'test'
xcodeVersion: '10'
xcodeVersion: '11'
configuration: $(configuration)
packageApp: false
publishJUnitResults: true
scheme: testCppunit
sdk: macosx10.14
- job: Xcode_9
sdk: macosx10.15
- job: Xcode_10
pool:
vmImage: 'macOS-latest'
steps:
Expand All @@ -65,21 +65,21 @@ jobs:
- task: Xcode@5
inputs:
actions: 'test'
xcodeVersion: '9'
xcodeVersion: '10'
configuration: $(configuration)
packageApp: false
publishJUnitResults: true
scheme: testCuti
sdk: macosx10.13
sdk: macosx10.14
- task: Xcode@5
inputs:
actions: 'test'
xcodeVersion: '9'
xcodeVersion: '10'
configuration: $(configuration)
packageApp: false
publishJUnitResults: true
scheme: testCppunit
sdk: macosx10.13
sdk: macosx10.14
- job: VS_latest
pool:
vmImage: 'windows-latest'
Expand Down Expand Up @@ -114,21 +114,4 @@ jobs:
testRunTitle: 'CUTI'
platform: 'vs2017-win2016'
configuration: $(configuration)
# - job: VS_2015
# pool:
# vmImage: 'vs2015-win2012r2'
# steps:
# - script: cmake.exe --version
# - script: cmake.exe -G "Visual Studio 14 2015 Win64" ./test/testDynamicLib
# - script: cmake.exe --build . --config $(configuration)
# - task: VSTest@2
# inputs:
# testSelector: 'testAssemblies'
# testAssemblyVer2: |
# **\*test*.dll
# !**\*TestAdapter.dll
# !**\obj\**
# searchFolder: '$(System.DefaultWorkingDirectory)'
# testRunTitle: 'CUTI'
# platform: 'vs2015-win2012r2'
# configuration: $(configuration)

0 comments on commit ecd10d4

Please sign in to comment.