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

ci: pages

This commit is contained in:
Jozef Steinhübl 2024-03-29 23:16:40 +01:00
parent 6cd650cc05
commit 56907d0ca7
2 changed files with 4 additions and 0 deletions

View file

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

3
common/hypa/build.sh Executable file
View file

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