logo

utils-std

Collection of commonly available Unix tools
commit: 4651910c3dca5e3eb71dfcb406e3175288bdfc2c
parent 3b6dab3404ad6029f794a0251e86d06a8b3b1cf9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 21 Apr 2024 04:33:48 +0200

.builds: print uname -a before testing

Diffstat:

M.builds/freebsd.yml1+
M.builds/netbsd.yml1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -10,6 +10,7 @@ packages: sources: - https://hacktivis.me/git/utils-std.git tasks: + - info: "uname -a" - clang: | cd utils-std CC=clang ./configure diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -10,6 +10,7 @@ packages: sources: - https://hacktivis.me/git/utils-std.git tasks: + - info: "uname -a" - clang: | cd utils-std CC=clang CRAM=true ./configure