mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-12 18:08:06 +01:00
ci: pages
This commit is contained in:
parent
56907d0ca7
commit
2af9c5ca88
2 changed files with 4 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -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:"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue