summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/windows.yml2
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 045beb0b23..2b4612d268 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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:
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index c6bcca07fa..ba5ab9afdd 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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:
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 20d2c1bd1d..f256e5f42e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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