Skip to content

Commit 122dd87

Browse files
authored
Merge pull request #101 from ruby/ibm-platform
Test with ppc64le and s390x
2 parents edfb7e8 + 421764f commit 122dd87

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,23 @@ jobs:
4141
- name: Run test
4242
run: bundle exec rake compile test
4343
timeout-minutes: 5
44+
45+
test2:
46+
runs-on: ${{ matrix.os }}
47+
strategy:
48+
fail-fast: false
49+
matrix:
50+
include:
51+
- os: ubuntu-24.04-ppc64le
52+
- os: ubuntu-24.04-s390x
53+
steps:
54+
- uses: actions/checkout@v4
55+
- name: Set up Ruby
56+
run: |
57+
sudo apt-get update
58+
sudo apt-get install ruby-full bundler zlib1g-dev
59+
- name: Install dependencies
60+
run: sudo bundle install --jobs 2
61+
- name: Run test
62+
run: bundle exec rake compile test
63+
timeout-minutes: 5

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)