darling-libffi/.travis/build-in-container.sh
2023-02-02 13:20:13 -08:00

13 lines
176 B
Bash
Executable File

#!/bin/bash
cd /opt
export QEMU_LD_PREFIX=/usr/${HOST}
./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true