aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-29 23:21:02 +0800
committercrupest <crupest@outlook.com>2019-03-29 23:21:02 +0800
commitaea10b6070954de14e2b1d976bec48f5dde5bb10 (patch)
tree0d82b067003fd17a2c5d546a3c38b12c2ab15438
parent98ab0863272714b74b6168aed664175fc93a98d4 (diff)
downloadcru-aea10b6070954de14e2b1d976bec48f5dde5bb10.tar.gz
cru-aea10b6070954de14e2b1d976bec48f5dde5bb10.tar.bz2
cru-aea10b6070954de14e2b1d976bec48f5dde5bb10.zip
Add use python version for ci.
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 27c0562b..1e106f3b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,6 +24,11 @@ jobs:
- checkout: self
submodules: true
+ - task: UsePythonVersion@0
+ inputs:
+ versionSpec: '2.7'
+ addToPath: true
+
- script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration)
- task: CopyFiles@2