Commit d7d0139e by Edward Thomson

ci: rename vsts to azure-pipelines

parent e181a649
......@@ -11,7 +11,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: ci/vsts-docker.yml
- template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
......@@ -23,7 +23,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: ci/vsts-docker.yml
- template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-mbedtls:latest'
environmentVariables: |
......@@ -36,7 +36,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: ci/vsts-docker.yml
- template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
......@@ -48,7 +48,7 @@ jobs:
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: ci/vsts-docker.yml
- template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-mbedtls:latest'
environmentVariables: |
......@@ -63,7 +63,7 @@ jobs:
steps:
- bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
displayName: Setup
- template: ci/vsts-bash.yml
- template: ci/bash.yml
parameters:
environmentVariables:
TMPDIR: $(Agent.TempDirectory)
......@@ -74,7 +74,7 @@ jobs:
displayName: 'Windows (Visual Studio; amd64)'
pool: Hosted
steps:
- template: ci/vsts-powershell.yml
- template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013 Win64"
......@@ -83,7 +83,7 @@ jobs:
displayName: 'Windows (Visual Studio; x86)'
pool: Hosted
steps:
- template: ci/vsts-powershell.yml
- template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013"
......@@ -97,7 +97,7 @@ jobs:
env:
TEMP: $(Agent.TempDirectory)
ARCH: amd64
- template: ci/vsts-powershell.yml
- template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -G"MinGW Makefiles"
......@@ -113,7 +113,7 @@ jobs:
env:
TEMP: $(Agent.TempDirectory)
ARCH: x86
- template: ci/vsts-powershell.yml
- template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -G"MinGW Makefiles"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment