Skip to content

Commit

Permalink
Merge pull request #624 from junaruga/wip/enable-mkmf-verbose-env
Browse files Browse the repository at this point in the history
CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
  • Loading branch information
junaruga authored May 24, 2023
2 parents 78e9197 + 08e1981 commit cb8f4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

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

- name: compile
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: bundle install

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

- name: compile
Expand Down
24 changes: 0 additions & 24 deletions tool/enable-mkmf-verbose

This file was deleted.

0 comments on commit cb8f4ee

Please sign in to comment.