Skip to content

Commit

Permalink
Merge pull request ruby#3193 from junaruga/wip/travis-reenable
Browse files Browse the repository at this point in the history
Reenable Travis CI.
  • Loading branch information
eileencodes authored Oct 29, 2024
2 parents 5904afa + 5ba189a commit 086a498
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: ruby

dist: jammy

matrix:
include:
- arch: arm64
- arch: ppc64le
- arch: s390x
fast_finish: true

before_install:
- sudo apt update -yq
- sudo apt -yq install gcc-11
- gcc-11 --version

before_script:
# Enable the verbose option in mkmf.rb to print the compiling commands.
- export MAKEFLAGS="V=1 CC=gcc-11"

0 comments on commit 086a498

Please sign in to comment.