gluon/contrib/actions/run-build.sh
2020-05-13 15:48:06 +02:00

12 lines
178 B
Bash
Executable File

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