mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add colour to GitHub Actions output (#129196)
This commit is contained in:
parent
fc6d4b71eb
commit
298dda5770
8 changed files with 22 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,6 +18,9 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
check_source:
|
||||
name: Change detection
|
||||
|
|
3
.github/workflows/jit.yml
vendored
3
.github/workflows/jit.yml
vendored
|
@ -25,6 +25,9 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
interpreter:
|
||||
name: Interpreter (Debug)
|
||||
|
|
3
.github/workflows/reusable-macos.yml
vendored
3
.github/workflows/reusable-macos.yml
vendored
|
@ -15,6 +15,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_macos:
|
||||
name: build and test (${{ inputs.os }})
|
||||
|
|
3
.github/workflows/reusable-tsan.yml
vendored
3
.github/workflows/reusable-tsan.yml
vendored
|
@ -18,6 +18,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_tsan_reusable:
|
||||
name: 'Thread sanitizer'
|
||||
|
|
4
.github/workflows/reusable-ubuntu.yml
vendored
4
.github/workflows/reusable-ubuntu.yml
vendored
|
@ -21,13 +21,15 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_ubuntu_reusable:
|
||||
name: build and test (${{ inputs.os }})
|
||||
timeout-minutes: 60
|
||||
runs-on: ${{ inputs.os }}
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
OPENSSL_VER: 3.0.15
|
||||
PYTHONSTRICTEXTENSIONBUILD: 1
|
||||
TERM: linux
|
||||
|
|
3
.github/workflows/reusable-wasi.yml
vendored
3
.github/workflows/reusable-wasi.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_wasi_reusable:
|
||||
name: 'build and test'
|
||||
|
|
3
.github/workflows/reusable-windows-msi.yml
vendored
3
.github/workflows/reusable-windows-msi.yml
vendored
|
@ -11,6 +11,9 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: installer for ${{ inputs.arch }}
|
||||
|
|
1
.github/workflows/reusable-windows.yml
vendored
1
.github/workflows/reusable-windows.yml
vendored
|
@ -18,6 +18,7 @@ on:
|
|||
default: false
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
IncludeUwp: >-
|
||||
true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue