File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
25
25
execute ' Updating system' update_system
26
26
execute ' Approving recipe quality' check_recipe_quality
27
27
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
29
29
execute ' Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
30
30
execute ' Installing' yes:pacman --noprogressbar --upgrade * .pkg.tar.xz
31
31
execute ' Checking dll depencencies' list_dll_deps ./pkg
Original file line number Diff line number Diff line change @@ -158,11 +158,16 @@ build() {
158
158
plain " Compiling swig bindings: python"
159
159
make swig-py swig_pydir=${PYTHON_SITELIB} /libsvn swig_pydir_extra=${PYTHON_SITELIB} /svn
160
160
}
161
+
162
+ set -x
163
+ echo " ::notice::END OF BUILD" >&2
164
+ echo " END OF BUILD" >&2
161
165
}
162
166
163
167
check () {
164
168
set -x
165
169
echo " ::notice::RUNNING CHECKS!" >&2
170
+ echo " RUNNING CHECKS!" >&2
166
171
cd ${pkgname} -${pkgver}
167
172
export LANG=C LC_ALL=C
168
173
make check check-swig-pl # check-swig-py check-swig-rb CLEANUP=yes # check-javahl
You can’t perform that action at this time.
0 commit comments