aosp12/external/libffi/.travis/build-cross-in-container.sh

18 lines
202 B
Bash
Executable File

#!/bin/bash
cd /opt
set -x
echo $PATH
export PATH=/usr/local/bin:$PATH
echo $PATH
ls -l /usr/local/bin
./configure --host=${HOST}
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true