Skip to content

Commit a511984

Browse files
committed
fixup! ci: do run the check phase
1 parent ae3cda4 commit a511984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 --syncdeps --rmdeps --cleanbuild
28+
execute 'Building binary' 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

0 commit comments

Comments
 (0)