Skip to content

Commit

Permalink
fixup! ci: do run the check phase
Browse files Browse the repository at this point in the history
Patches the wrong file all along!

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Aug 23, 2022
1 parent 7b818f7 commit c0cfaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ message 'Building packages'
for package in "${packages[@]}"; do
echo "::group::[build] ${package}"
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild
execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild
execute 'Building source' makepkg --noconfirm --noprogressbar --allsource
echo "::endgroup::"

Expand Down
2 changes: 1 addition & 1 deletion ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
execute 'Updating system' update_system
execute 'Approving recipe quality' check_recipe_quality
for package in "${packages[@]}"; do
execute 'Building binary' bash -x /usr/bin/makepkg --noconfirm --noprogressbar --skippgpcheck --check --syncdeps --rmdeps --cleanbuild
execute 'Building binary' makepkg --noconfirm --noprogressbar --skippgpcheck --nocheck --syncdeps --rmdeps --cleanbuild
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.xz
execute 'Checking dll depencencies' list_dll_deps ./pkg
Expand Down

0 comments on commit c0cfaba

Please sign in to comment.