gluon-firmware/contrib/actions/run-build.sh

11 lines
152 B
Bash
Executable File

#!/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