1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Takashi Kokubun 2021-02-22 23:46:04 -08:00
parent 95251dc8a9
commit b956efdc1e
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
9 changed files with 0 additions and 9 deletions

View file

@ -6,7 +6,6 @@ jobs:
baseruby:
name: BASERUBY
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
ruby:

View file

@ -7,7 +7,6 @@ jobs:
os: [ubuntu-20.04, macos-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Install libraries
run: |

View file

@ -157,7 +157,6 @@ jobs:
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
container: ghcr.io/ruby/ruby-ci-image:latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: mkdir build
working-directory:

View file

@ -9,7 +9,6 @@ jobs:
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: mkdir build
working-directory:

View file

@ -22,7 +22,6 @@ jobs:
matrix:
test_task: [ "check" ] # to make job names consistent
fail-fast: false
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: mkdir build
working-directory:

View file

@ -8,7 +8,6 @@ jobs:
jit_opts: [ "--jit", "--jit-wait" ]
fail-fast: false
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
env:
TESTOPTS: '-q --tty=no'
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'

View file

@ -6,7 +6,6 @@ jobs:
rubyspec:
name: Rubyspec
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
# Specs from ruby/spec should still run on all supported Ruby versions.

View file

@ -26,7 +26,6 @@ jobs:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
RUBY_DEBUG: ci
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: mkdir build
working-directory:

View file

@ -13,7 +13,6 @@ jobs:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat
PATCH: C:\msys64\usr\bin\patch.exe
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: md build
working-directory: