Skip to content

Commit cb8f4ee

Browse files
authored
Merge pull request ruby#624 from junaruga/wip/enable-mkmf-verbose-env
CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
2 parents 78e9197 + 08e1981 commit cb8f4ee

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Enable the verbose option in mkmf.rb to print the compiling commands.
4646
- name: enable mkmf verbose
47-
run: tool/enable-mkmf-verbose
47+
run: echo "MAKEFLAGS=V=1" >> $GITHUB_ENV
4848
if: runner.os == 'Linux' || runner.os == 'macOS'
4949

5050
- name: compile
@@ -135,7 +135,7 @@ jobs:
135135
run: bundle install
136136

137137
- name: enable mkmf verbose
138-
run: tool/enable-mkmf-verbose
138+
run: echo "MAKEFLAGS=V=1" >> $GITHUB_ENV
139139
if: runner.os == 'Linux' || runner.os == 'macOS'
140140

141141
- name: compile

tool/enable-mkmf-verbose

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)