Sha256: 1b84397d9299f426aac81da99e112fb7f7db13fbc4053ef99635c9b8200561ae

Contents?: true

Size: 506 Bytes

Versions: 6

Compression:

Stored size: 506 Bytes

Contents

---
sudo: required

language: cpp

os:
  - linux
compiler:
  - gcc
  - clang
env:
  - CONFIGURE_OPTIONS=--disable-shared
  - CONFIGURE_OPTIONS=
matrix:
  include:
    - os: linux
      compiler: gcc
      env: HOST=i386-pc-linux-gnu

install:
  - ./.travis/install.sh

script:
  - ./autogen.sh
  - if test x"$HOST" = x"i386-pc-linux-gnu"; then CC="$CC -m32"; CXX="$CXX -m32"; fi
  - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
  - make
  - make dist
  - make check
  - cat */testsuite/libffi.log

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c/libffi/.travis.yml
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c/libffi/.travis.yml
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.9.23/ext/ffi_c/libffi/.travis.yml
ffi-1.9.23 ext/ffi_c/libffi/.travis.yml
ffi-1.9.23.pre1 ext/ffi_c/libffi/.travis.yml
ffi-1.9.22 ext/ffi_c/libffi/.travis.yml