Skip to content

Commit 2ff265b

Browse files
author
Teseo Schneider
committed
debug and disabled unix and disable timeout
1 parent 7c54b5d commit 2ff265b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
trigger:
77
- master
88

9+
jobs:
10+
- job: Main
11+
timeoutInMinutes: 0
12+
913
strategy:
1014
matrix:
11-
linux35:
12-
imageName: 'ubuntu-16.04'
13-
python.version: '3.5'
14-
linux37:
15-
imageName: 'ubuntu-16.04'
16-
python.version: '3.7'
1715
mac35:
1816
imageName: 'macos-10.13'
1917
python.version: '3.5'
@@ -49,7 +47,7 @@ steps:
4947
displayName: 'Install dependencies'
5048

5149
- script: |
52-
python setup.py build install
50+
python setup.py build --debug install
5351
displayName: 'build'
5452

5553
- script: |

0 commit comments

Comments
 (0)