Sha256: ce99fe42540f29ab64702254881c8708e271c701792f6f236d07c2d44f8f6749
Contents?: true
Size: 294 Bytes
Versions: 1567
Compression:
Stored size: 294 Bytes
Contents
#!/bin/bash set -x cd /opt echo $PATH export PATH=/usr/local/bin:$PATH echo $PATH export DEJAGNU=$(pwd)/.ci/site.exp echo $DEJAGNU ls -l $DEJAGNU pwd find . ./configure --host=${HOST} || cat */config.log make make dist BOARDSDIR=$(pwd)/.ci make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
Version data entries
1,567 entries across 1,567 versions & 15 rubygems