Skip to content

Commit d7d0139

Browse files
committed
ci: rename vsts to azure-pipelines
1 parent e181a64 commit d7d0139

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.vsts-ci.yml renamed to azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pool:
1212
vmImage: 'Ubuntu 16.04'
1313
steps:
14-
- template: ci/vsts-docker.yml
14+
- template: ci/docker.yml
1515
parameters:
1616
imageName: 'libgit2/trusty-openssl:latest'
1717
environmentVariables: |
@@ -23,7 +23,7 @@ jobs:
2323
pool:
2424
vmImage: 'Ubuntu 16.04'
2525
steps:
26-
- template: ci/vsts-docker.yml
26+
- template: ci/docker.yml
2727
parameters:
2828
imageName: 'libgit2/trusty-mbedtls:latest'
2929
environmentVariables: |
@@ -36,7 +36,7 @@ jobs:
3636
pool:
3737
vmImage: 'Ubuntu 16.04'
3838
steps:
39-
- template: ci/vsts-docker.yml
39+
- template: ci/docker.yml
4040
parameters:
4141
imageName: 'libgit2/trusty-openssl:latest'
4242
environmentVariables: |
@@ -48,7 +48,7 @@ jobs:
4848
pool:
4949
vmImage: 'Ubuntu 16.04'
5050
steps:
51-
- template: ci/vsts-docker.yml
51+
- template: ci/docker.yml
5252
parameters:
5353
imageName: 'libgit2/trusty-mbedtls:latest'
5454
environmentVariables: |
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
6565
displayName: Setup
66-
- template: ci/vsts-bash.yml
66+
- template: ci/bash.yml
6767
parameters:
6868
environmentVariables:
6969
TMPDIR: $(Agent.TempDirectory)
@@ -74,7 +74,7 @@ jobs:
7474
displayName: 'Windows (Visual Studio; amd64)'
7575
pool: Hosted
7676
steps:
77-
- template: ci/vsts-powershell.yml
77+
- template: ci/powershell.yml
7878
parameters:
7979
environmentVariables:
8080
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013 Win64"
@@ -83,7 +83,7 @@ jobs:
8383
displayName: 'Windows (Visual Studio; x86)'
8484
pool: Hosted
8585
steps:
86-
- template: ci/vsts-powershell.yml
86+
- template: ci/powershell.yml
8787
parameters:
8888
environmentVariables:
8989
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013"
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
TEMP: $(Agent.TempDirectory)
9999
ARCH: amd64
100-
- template: ci/vsts-powershell.yml
100+
- template: ci/powershell.yml
101101
parameters:
102102
environmentVariables:
103103
CMAKE_OPTIONS: -G"MinGW Makefiles"
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
TEMP: $(Agent.TempDirectory)
115115
ARCH: x86
116-
- template: ci/vsts-powershell.yml
116+
- template: ci/powershell.yml
117117
parameters:
118118
environmentVariables:
119119
CMAKE_OPTIONS: -G"MinGW Makefiles"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)