1
0
Fork 0
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:
卜部昌平 2021-10-25 14:05:30 +09:00
parent b682f76339
commit b49ec78fd0
Notes: git 2021-10-26 09:06:10 +09:00

View file

@ -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: |