We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
1 parent ae3cda4 commit a511984Copy full SHA for a511984
ci-build.sh
@@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
25
execute 'Updating system' update_system
26
execute 'Approving recipe quality' check_recipe_quality
27
for package in "${packages[@]}"; do
28
- execute 'Building binary' makepkg --noconfirm --noprogressbar --skippgpcheck --syncdeps --rmdeps --cleanbuild
+ execute 'Building binary' makepkg --noconfirm --noprogressbar --skippgpcheck --check --syncdeps --rmdeps --cleanbuild
29
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
30
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.xz
31
execute 'Checking dll depencencies' list_dll_deps ./pkg
0 commit comments