mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
ci: pages
This commit is contained in:
parent
6cd650cc05
commit
56907d0ca7
2 changed files with 4 additions and 0 deletions
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
|
@ -106,6 +106,7 @@ jobs:
|
||||||
here="$(pwd)"
|
here="$(pwd)"
|
||||||
cd /
|
cd /
|
||||||
"$here/common/travis/build.sh" "$BOOTSTRAP" "$ARCH" "$TEST"
|
"$here/common/travis/build.sh" "$BOOTSTRAP" "$ARCH" "$TEST"
|
||||||
|
"$here/common/hypa/build.sh"
|
||||||
)
|
)
|
||||||
echo "Listen here okay?:"
|
echo "Listen here okay?:"
|
||||||
ls -R
|
ls -R
|
||||||
|
|
3
common/hypa/build.sh
Executable file
3
common/hypa/build.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
for xbps_pkg in $(ls -1 srcpkgs); do
|
||||||
|
./xbps-src pkg -Q ${xbps_pkg} || exit 1
|
||||||
|
done
|
Loading…
Reference in a new issue