Test enable-load-relative
Now rubygems has the tests depending on it.
This commit is contained in:
parent
f29d7745a2
commit
4c2d6f7655
7
.github/workflows/ubuntu.yml
vendored
7
.github/workflows/ubuntu.yml
vendored
@ -26,16 +26,15 @@ jobs:
|
|||||||
configure: ["", "cppflags=-DRUBY_DEBUG"]
|
configure: ["", "cppflags=-DRUBY_DEBUG"]
|
||||||
include:
|
include:
|
||||||
- test_task: "check"
|
- test_task: "check"
|
||||||
os: ubuntu-20.04
|
|
||||||
configure: "--host=i686-$OSTYPE"
|
configure: "--host=i686-$OSTYPE"
|
||||||
|
- test_task: "check"
|
||||||
|
configure: "--enable-shared --enable-load-relative"
|
||||||
- test_task: "test-all TESTS=--repeat-count=2"
|
- test_task: "test-all TESTS=--repeat-count=2"
|
||||||
os: ubuntu-20.04
|
|
||||||
configure: ""
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
RUBY_DEBUG: ci
|
RUBY_DEBUG: ci
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
||||||
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user