ci-build: adjust PKGEXT to zst
This commit is contained in:
@@ -29,9 +29,9 @@ execute 'Approving recipe quality' check_recipe_quality
|
||||
for package in "${packages[@]}"; do
|
||||
execute 'Building binary' makepkg-mingw --noconfirm --noprogressbar --skippgpcheck --nocheck --syncdeps --rmdeps --cleanbuild
|
||||
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource --config '/etc/makepkg_mingw64.conf'
|
||||
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.xz
|
||||
deploy_enabled && mv "${package}"/*.pkg.tar.xz artifacts
|
||||
deploy_enabled && mv "${package}"/*.src.tar.gz artifacts
|
||||
execute 'Installing' yes:pacman --noprogressbar --upgrade *"${PKGEXT}"
|
||||
deploy_enabled && mv "${package}"/*"${PKGEXT}" artifacts
|
||||
deploy_enabled && mv "${package}"/*"${SRCEXT}" artifacts
|
||||
unset package
|
||||
done
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
# Author: Renato Silva <br.renatosilva@gmail.com>
|
||||
# Author: Qian Hong <fracting@gmail.com>
|
||||
|
||||
PKGEXT='.pkg.tar.zst'
|
||||
SRCEXT='.src.tar.gz'
|
||||
|
||||
# Enable colors
|
||||
normal=$(tput sgr0)
|
||||
red=$(tput setaf 1)
|
||||
|
||||
Reference in New Issue
Block a user