add archlinux:base support and test

This commit is contained in:
Ryo Nakamura
2025-01-07 16:12:02 +09:00
parent 1636f2a965
commit 248f932a99
3 changed files with 42 additions and 2 deletions

View File

@@ -55,6 +55,10 @@ case $platform in
cmd="yum install -y"
pkgs="gcc make cmake zlib-devel openssl-devel rpm-build"
;;
Linux-arch*)
cmd="pacman --no-confirm -S"
pkgs="gcc make cmake"
;;
FreeBSD-freebsd)
cmd="pkg install"
pkgs="cmake"