File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- script : ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azdev
7
7
displayName : ' Configure CPython (debug)'
8
8
9
- - script : make -s - j4
9
+ - script : make -j4
10
10
displayName : ' Build CPython'
11
11
12
12
- script : make pythoninfo
Original file line number Diff line number Diff line change 20
20
- script : ./configure --with-pydebug
21
21
displayName : ' Configure CPython (debug)'
22
22
23
- - script : make -s - j4
23
+ - script : make -j4
24
24
displayName : ' Build CPython'
25
25
26
26
- ${{ if eq(parameters.coverage, 'true') }} :
Original file line number Diff line number Diff line change 55
55
- name : Configure CPython
56
56
run : ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
57
57
- name : Build CPython
58
- run : make -s - j4
58
+ run : make -j4
59
59
- name : Display build info
60
60
run : make pythoninfo
61
61
- name : Tests
82
82
- name : Configure CPython
83
83
run : ./configure --with-pydebug --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
84
84
- name : Build CPython
85
- run : make -s - j4
85
+ run : make -j4
86
86
- name : Display build info
87
87
run : make pythoninfo
88
88
- name : Tests
Original file line number Diff line number Diff line change 40
40
- name : Configure CPython
41
41
run : ./configure --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
42
42
- name : Build CPython
43
- run : make -s - j4
43
+ run : make -j4
44
44
- name : Display build info
45
45
run : make pythoninfo
46
46
- name : ' Coverage Preparation'
Original file line number Diff line number Diff line change 28
28
- name : ' Configure CPython'
29
29
run : ./configure --with-pydebug
30
30
- name : ' Build CPython'
31
- run : make -s - j4
31
+ run : make -j4
32
32
- name : ' Install build dependencies'
33
33
run : make -C Doc/ PYTHON=../python venv
34
34
- name : ' Build documentation'
You can’t perform that action at this time.
0 commit comments