Skip to content

Commit

Permalink
Fix Travis CI build error on Arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jichu4n committed Sep 22, 2020
1 parent 4a8b0a7 commit f46b487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/build-package-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function build_package() {
budo makepkg --syncdeps --noconfirm --noextract

mkdir -p "${src_dir}"/upload
mv *.pkg.tar.xz "${src_dir}"/upload/
mv *.pkg.tar.* "${src_dir}"/upload/

# For caching in Travis CI.
rsync -a src/jfbview/vendor/mupdf/build/ "${src_dir}"/vendor/mupdf/build/
Expand Down
4 changes: 2 additions & 2 deletions packaging/check-package-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $sudo pacman -Sq --noconfirm which \

cd "$(dirname "$0")/.."

tar tvf upload/*.pkg.tar.xz
$sudo pacman -U --noconfirm upload/*.pkg.tar.xz
tar tvf upload/*.pkg.tar.*
$sudo pacman -U --noconfirm upload/*.pkg.tar.*

tests/smoke-test.sh

0 comments on commit f46b487

Please sign in to comment.