mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Group commands on GitHub Actions
This commit is contained in:
parent
ac7986f46a
commit
6e60fc2945
5 changed files with 43 additions and 1 deletions
|
@ -6,6 +6,11 @@ override mflags := $(filter-out -j%,$(MFLAGS))
|
|||
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)
|
||||
nproc = $(subst -j,,$(filter -j%,$(MFLAGS)))
|
||||
|
||||
ifeq ($(GITHUB_ACTIONS),true)
|
||||
override ACTIONS_GROUP = @echo "\#\#[group]$(@:yes-=)"
|
||||
override ACTIONS_ENDGROUP = @echo "\#\#[endgroup]"
|
||||
endif
|
||||
|
||||
ifneq ($(filter %darwin%,$(arch)),)
|
||||
INSTRUBY_ENV += SDKROOT=/
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue