mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
more on eliminating $make
This commit is contained in:
parent
b682f76339
commit
b49ec78fd0
Notes:
git
2021-10-26 09:06:10 +09:00
1 changed files with 5 additions and 5 deletions
10
.github/workflows/baseruby.yml
vendored
10
.github/workflows/baseruby.yml
vendored
|
@ -23,14 +23,14 @@ jobs:
|
|||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler: none
|
||||
- run: echo "make=make -sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
|
||||
- run: echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
|
||||
- run: sudo apt-get install build-essential autoconf bison
|
||||
- run: ./autogen.sh
|
||||
- run: ./configure --disable-install-doc
|
||||
- run: $make common-srcs
|
||||
- run: $make incs
|
||||
- run: $make all
|
||||
- run: $make test
|
||||
- run: make common-srcs
|
||||
- run: make incs
|
||||
- run: make all
|
||||
- run: make test
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
Loading…
Reference in a new issue