summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-25 23:18:48 +0530
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-25 23:18:48 +0530
commitbd3d5f8f29a63f34ab0b04dfe27d026e10da60b9 (patch)
tree1a2f1e825cee8bde78cbde587e923be91dc07fcb /.azure-pipelines
parent66bb8a88c49ff58f5c7202daf75d9a84d96d77f2 (diff)
downloadpip-bd3d5f8f29a63f34ab0b04dfe27d026e10da60b9.tar.gz
Set the CI variable on Azure Pipelines
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/linux.yml3
-rw-r--r--.azure-pipelines/macos.yml3
-rw-r--r--.azure-pipelines/windows.yml3
3 files changed, 9 insertions, 0 deletions
diff --git a/.azure-pipelines/linux.yml b/.azure-pipelines/linux.yml
index 6965a15fc..e55980743 100644
--- a/.azure-pipelines/linux.yml
+++ b/.azure-pipelines/linux.yml
@@ -1,3 +1,6 @@
+variables:
+ CI: true
+
jobs:
- template: jobs/test.yml
parameters:
diff --git a/.azure-pipelines/macos.yml b/.azure-pipelines/macos.yml
index 85c2a0246..9ad9edae8 100644
--- a/.azure-pipelines/macos.yml
+++ b/.azure-pipelines/macos.yml
@@ -1,3 +1,6 @@
+variables:
+ CI: true
+
jobs:
- template: jobs/test.yml
parameters:
diff --git a/.azure-pipelines/windows.yml b/.azure-pipelines/windows.yml
index 9d1bf5385..f56b8f504 100644
--- a/.azure-pipelines/windows.yml
+++ b/.azure-pipelines/windows.yml
@@ -1,3 +1,6 @@
+variables:
+ CI: true
+
jobs:
- template: jobs/test-windows.yml
parameters: