summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:35:25 +1000
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:47:49 +1000
commitd7d0139eb3ef9d306d0229223092a9cac7da1db5 (patch)
treeed0f55dabc0c9b17195d79ecf4dbedfec4ea0ead
parente181a649dfd9af86e272605274e645b7725819c4 (diff)
downloadlibgit2-d7d0139eb3ef9d306d0229223092a9cac7da1db5.tar.gz
ci: rename vsts to azure-pipelines
-rw-r--r--azure-pipelines.yml (renamed from .vsts-ci.yml)18
-rw-r--r--ci/bash.yml (renamed from ci/vsts-bash.yml)0
-rw-r--r--ci/docker.yml (renamed from ci/vsts-docker.yml)0
-rw-r--r--ci/nightly.yml (renamed from .vsts-nightly.yml)0
-rw-r--r--ci/powershell.yml (renamed from ci/vsts-powershell.yml)0
5 files changed, 9 insertions, 9 deletions
diff --git a/.vsts-ci.yml b/azure-pipelines.yml
index 7506e3fb4..620601d24 100644
--- a/.vsts-ci.yml
+++ b/azure-pipelines.yml
@@ -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"
diff --git a/ci/vsts-bash.yml b/ci/bash.yml
index d776a3649..d776a3649 100644
--- a/ci/vsts-bash.yml
+++ b/ci/bash.yml
diff --git a/ci/vsts-docker.yml b/ci/docker.yml
index e92510478..e92510478 100644
--- a/ci/vsts-docker.yml
+++ b/ci/docker.yml
diff --git a/.vsts-nightly.yml b/ci/nightly.yml
index 4d6d8a3e8..4d6d8a3e8 100644
--- a/.vsts-nightly.yml
+++ b/ci/nightly.yml
diff --git a/ci/vsts-powershell.yml b/ci/powershell.yml
index a2eb175d5..a2eb175d5 100644
--- a/ci/vsts-powershell.yml
+++ b/ci/powershell.yml