Hash : d1eef904 Author : Date : 2021-07-16T08:29:08
Download
1 2 3 4 5 6 7 8 9 10
#!/bin/bash set -x export QEMU_LD_PREFIX=/usr/${HOST} export DEJAGNU=/opt/.ci/site.exp cd /opt ./configure ${HOST+--host=$HOST --disable-shared} make make dist BOARDSDIR=/opt/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true