зеркало из https://github.com/github/ruby.git
Add extract-gems to GitHub Actions CI
This commit is contained in:
Родитель
cf14592872
Коммит
2eb4afb10b
|
@ -55,6 +55,8 @@ jobs:
|
|||
../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
|
||||
- name: Make
|
||||
run: make -C build $JOBS
|
||||
- name: Extract gems
|
||||
run: make -C build extract-gems
|
||||
- name: Tests
|
||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||
env:
|
||||
|
|
|
@ -84,6 +84,8 @@ jobs:
|
|||
../src/configure -C --disable-install-doc
|
||||
- name: Make
|
||||
run: make -C build $JOBS
|
||||
- name: Extract gems
|
||||
run: make -C build extract-gems
|
||||
- name: Tests
|
||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||
env:
|
||||
|
|
|
@ -63,7 +63,9 @@ jobs:
|
|||
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
set YACC=win_bison
|
||||
cd build
|
||||
echo on
|
||||
nmake up
|
||||
nmake extract-gems
|
||||
nmake
|
||||
shell: cmd
|
||||
- name: nmake test
|
||||
|
|
Загрузка…
Ссылка в новой задаче