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-20 11:31:04 +0100
commit0897cf37e7a98b8b68d735722c7141460caaecaa (patch)
treec620e9e0c8fb4ebe4b69168b79b75eb039dea4fc
parent8ce01d817e87e6f8cc890f2017a319547b06877a (diff)
downloadlibgit2-ethomson/ci_027.tar.gz
ci: rename vsts to azure-pipelinesethomson/ci_027
-rw-r--r--azure-pipelines.yml (renamed from .vsts-ci.yml)14
-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, 7 insertions, 7 deletions
diff --git a/.vsts-ci.yml b/azure-pipelines.yml
index 6788e0d8f..5844270c2 100644
--- a/.vsts-ci.yml
+++ b/azure-pipelines.yml
@@ -11,7 +11,7 @@ phases:
queue:
name: 'Hosted Linux Preview'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
@@ -23,7 +23,7 @@ phases:
queue:
name: 'Hosted Linux Preview'
steps:
- - template: ci/vsts-docker.yml
+ - template: ci/docker.yml
parameters:
imageName: 'libgit2/trusty-openssl:latest'
environmentVariables: |
@@ -40,7 +40,7 @@ phases:
steps:
- bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
displayName: Setup
- - template: ci/vsts-bash.yml
+ - template: ci/bash.yml
parameters:
environmentVariables:
TMPDIR: $(Agent.TempDirectory)
@@ -52,7 +52,7 @@ phases:
queue:
name: Hosted
steps:
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013 Win64"
@@ -62,7 +62,7 @@ phases:
queue:
name: Hosted
steps:
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013"
@@ -77,7 +77,7 @@ phases:
env:
TEMP: $(Agent.TempDirectory)
ARCH: amd64
- - template: ci/vsts-powershell.yml
+ - template: ci/powershell.yml
parameters:
environmentVariables:
CMAKE_OPTIONS: -G"MinGW Makefiles"
@@ -94,7 +94,7 @@ phases:
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 6c5d0ebb4..6c5d0ebb4 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