The new step is added with `if: ${{ !cancelled() }}`, so the logs are stored even when the build fails.
12 lines
196 B
Bash
Executable File
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
|