gluon/contrib/actions/run-build.sh

11 lines
152 B
Bash
Raw Normal View History

#!/bin/bash
export BROKEN=1
export GLUON_DEPRECATED=1
export GLUON_SITEDIR="contrib/ci/minimal-site"
export GLUON_TARGET=$1
make update
make -j2 V=s