gluon/contrib/actions/run-build.sh
David Bauer 7c27701a3b github: add GitHub actions
This commit backports the GitHub actions configuration
from mater to the v2019.1.x branch.

This way, this branch will get build-tested.
2020-05-28 21:52:09 +02:00

14 lines
202 B
Bash
Executable File

#!/bin/sh
set -e
export BROKEN=1
export GLUON_AUTOREMOVE=1
export GLUON_DEPRECATED=1
export GLUON_SITEDIR="contrib/ci/minimal-site"
export GLUON_TARGET=$1
export BUILD_LOG=1
make update
make -j2 V=s