summaryrefslogtreecommitdiff
path: root/.ci/build-in-container.sh
blob: 77969e4ca31ce0580264019ffcf6a53525338e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
set -x

export QEMU_LD_PREFIX=/usr/${HOST}

export DEJAGNU=$(pwd)/.ci/site.exp
echo $DEJAGNU
ls -l $DEJAGNU
pwd
find .
./configure ${HOST+--host=$HOST --disable-shared}
make
make dist
BOARDSDIR=$(pwd)/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true