summaryrefslogtreecommitdiff
path: root/.ci/build-in-container.sh
blob: a4124b036d37512f50b0dcb979681f64cc5746e2 (plain)
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