diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 7a6cad8..7121c5e 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -44,3 +44,6 @@ tasks: - test: | cd bookmarkfs pdpmake check + +# For history builds, see: +# diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index b8bd48f..337d2b5 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -38,3 +38,6 @@ tasks: - test: | cd bookmarkfs/build make check + +# For history builds, see: +# diff --git a/.builds/debian.yml b/.builds/debian.yml index 9416424..8fc45d7 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -41,3 +41,6 @@ tasks: - test: | cd bookmarkfs/build make check + +# For history builds, see: +# diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 9b0687c..31b36bd 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -45,3 +45,6 @@ tasks: sudo sysctl vfs.usermount=1 cd bookmarkfs/build make check + +# For history builds, see: +#