From ebac7e44594aac0a843f33d3d045e694b79d08d2 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 29 Mar 2020 01:24:23 +0100 Subject: [PATCH] contrib: add build-script for GitHub actions --- contrib/actions/run-build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 contrib/actions/run-build.sh 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 +