1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00

ci: pages

This commit is contained in:
Jozef Steinhübl 2024-03-29 23:19:21 +01:00
parent 56907d0ca7
commit 2af9c5ca88
2 changed files with 4 additions and 2 deletions

View file

@ -106,8 +106,10 @@ jobs:
here="$(pwd)"
cd /
"$here/common/travis/build.sh" "$BOOTSTRAP" "$ARCH" "$TEST"
"$here/common/hypa/build.sh"
)
./common/hypa/build.sh
echo "Listen here okay?:"
ls -R
echo "NO RECURSIVE:"

View file

@ -1,3 +1,3 @@
for xbps_pkg in $(ls -1 srcpkgs); do
for xbps_pkg in $(ls -1 ./srcpkgs); do
./xbps-src pkg -Q ${xbps_pkg} || exit 1
done