diff --git a/contrib/actions/run-build.sh b/contrib/actions/run-build.sh new file mode 100755 index 00000000..23b8965f --- /dev/null +++ b/contrib/actions/run-build.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +sudo apt install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time + +export BROKEN=1 +export GLUON_DEPRECATED=1 +export GLUON_SITEDIR="contrib/ci/minimal-site" +export GLUON_TARGET=$1 + +make update +make -j2 +