We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c54b5d commit 2ff265bCopy full SHA for 2ff265b
azure-pipelines.yml
@@ -6,14 +6,12 @@
6
trigger:
7
- master
8
9
+jobs:
10
+- job: Main
11
+ timeoutInMinutes: 0
12
+
13
strategy:
14
matrix:
- linux35:
- imageName: 'ubuntu-16.04'
- python.version: '3.5'
- linux37:
15
16
- python.version: '3.7'
17
mac35:
18
imageName: 'macos-10.13'
19
python.version: '3.5'
@@ -49,7 +47,7 @@ steps:
49
47
displayName: 'Install dependencies'
50
48
51
- script: |
52
- python setup.py build install
+ python setup.py build --debug install
53
displayName: 'build'
54
55
0 commit comments