ci: add history build urls

This commit is contained in:
CismonX 2025-02-27 11:06:00 +08:00
parent 1e1460af0d
commit 0307140980
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
4 changed files with 12 additions and 0 deletions

View file

@ -44,3 +44,6 @@ tasks:
- test: | - test: |
cd bookmarkfs cd bookmarkfs
pdpmake check pdpmake check
# For history builds, see:
# <https://builds.sr.ht/~cismonx/bookmarkfs/commits/master/alpine.yml>

View file

@ -38,3 +38,6 @@ tasks:
- test: | - test: |
cd bookmarkfs/build cd bookmarkfs/build
make check make check
# For history builds, see:
# <https://builds.sr.ht/~cismonx/bookmarkfs/commits/master/archlinux.yml>

View file

@ -41,3 +41,6 @@ tasks:
- test: | - test: |
cd bookmarkfs/build cd bookmarkfs/build
make check make check
# For history builds, see:
# <https://builds.sr.ht/~cismonx/bookmarkfs/commits/master/debian.yml>

View file

@ -45,3 +45,6 @@ tasks:
sudo sysctl vfs.usermount=1 sudo sysctl vfs.usermount=1
cd bookmarkfs/build cd bookmarkfs/build
make check make check
# For history builds, see:
# <https://builds.sr.ht/~cismonx/bookmarkfs/commits/master/freebsd.yml>