gluon/contrib/actions/run-build.sh
Matthias Schiffer 2889904e5f actions: set BUILD_LOG=1 and store logs as artifacts
The new step is added with `if: ${{ !cancelled() }}`, so the logs are
stored even when the build fails.
2020-05-13 15:48:06 +02:00

12 lines
196 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
export BUILD_LOG=1
make update
make -j2 V=s