ci: test
This commit is contained in:
parent
c51ae02398
commit
243daf359f
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ get_release() {
|
|||
build_aport() {
|
||||
local repo="$1" aport="$2"
|
||||
cd "$APORTSDIR/$repo/$aport"
|
||||
echo $CI_ALPINE_TARGET_ARCH
|
||||
if CHOST=$CI_ALPINE_TARGET_ARCH abuild -r 2>&1 | report "build-$aport"; then
|
||||
checkapk | report "checkapk-$aport" || true
|
||||
aport_ok="$aport_ok $repo/$aport"
|
||||
|
|
Loading…
Reference in a new issue