Sha256: 57556c14428dc502b1d70b0cbb28bc48aeeeb9609040eb282bf32ba9ab7a5986

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

#!/bin/bash

cd /opt

export QEMU_LD_PREFIX=/usr/${HOST}

./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
EXITCODE=$?
gzip -c -9 */testsuite/libffi.log > libffi.log.gz
echo ================================================================
echo The logs are too long for travis to handle, so we compress and
echo uuencode them.  Download, decode and uncompress if you need to
echo read them.
echo ================================================================
uuencode libffi.log.gz -
echo ================================================================
echo ================================================================
exit $EXITCODE

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-1.11.3 ext/ffi_c/libffi/.travis/build-in-container.sh
ffi-1.11.2 ext/ffi_c/libffi/.travis/build-in-container.sh