mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
This commit is contained in:
parent
21da76d1f1
commit
6aa1f1ecf7
5 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ steps:
|
|||
- script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azdev
|
||||
displayName: 'Configure CPython (debug)'
|
||||
|
||||
- script: make -s -j4
|
||||
- script: make -j4
|
||||
displayName: 'Build CPython'
|
||||
|
||||
- script: make pythoninfo
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ steps:
|
|||
- script: ./configure --with-pydebug
|
||||
displayName: 'Configure CPython (debug)'
|
||||
|
||||
- script: make -s -j4
|
||||
- script: make -j4
|
||||
displayName: 'Build CPython'
|
||||
|
||||
- ${{ if eq(parameters.coverage, 'true') }}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue