Skip to content

Commit 7b818f7

Browse files
committed
DEBUG
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a511984 commit 7b818f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
2525
execute 'Updating system' update_system
2626
execute 'Approving recipe quality' check_recipe_quality
2727
for package in "${packages[@]}"; do
28-
execute 'Building binary' makepkg --noconfirm --noprogressbar --skippgpcheck --check --syncdeps --rmdeps --cleanbuild
28+
execute 'Building binary' bash -x /usr/bin/makepkg --noconfirm --noprogressbar --skippgpcheck --check --syncdeps --rmdeps --cleanbuild
2929
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
3030
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.xz
3131
execute 'Checking dll depencencies' list_dll_deps ./pkg

subversion/PKGBUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,16 @@ build() {
158158
plain "Compiling swig bindings: python"
159159
make swig-py swig_pydir=${PYTHON_SITELIB}/libsvn swig_pydir_extra=${PYTHON_SITELIB}/svn
160160
}
161+
162+
set -x
163+
echo "::notice::END OF BUILD" >&2
164+
echo "END OF BUILD" >&2
161165
}
162166

163167
check() {
164168
set -x
165169
echo "::notice::RUNNING CHECKS!" >&2
170+
echo "RUNNING CHECKS!" >&2
166171
cd ${pkgname}-${pkgver}
167172
export LANG=C LC_ALL=C
168173
make check check-swig-pl # check-swig-py check-swig-rb CLEANUP=yes # check-javahl

0 commit comments

Comments
 (0)