aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2019-06-18 22:15:00 +0300
committerOskari Timperi <oswjk@users.noreply.github.com>2019-06-18 22:15:00 +0300
commit6a7b41a7c7b4ae2a2ca4bc60a06605e728965a96 (patch)
tree5b471ce202a617ff2e4fc1d2f4cd4b666924f628
parent9890dd61f46c3c0e261394653f75d53b0cdd6be1 (diff)
downloadportablepython-6a7b41a7c7b4ae2a2ca4bc60a06605e728965a96.tar.gz
portablepython-6a7b41a7c7b4ae2a2ca4bc60a06605e728965a96.zip
Set up CI with Azure Pipelines
[skip ci]
-rw-r--r--azure-pipelines.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000..b44cda1
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,9 @@
+trigger:
+- master
+
+pool:
+ vmImage: 'vs2017-win2016'
+
+steps:
+- powershell: .\download.ps1
+ displayName: 'Run the build'