commit: ae890c1c83e975c49a4f4194d342a000667b3097
parent cc6e10d731ffa93a6303302f66417bdd9627ec08
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 20 Aug 2025 23:38:25 +0200
.builds: update name & git host
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -7,16 +7,16 @@ packages:
- pkgconf
- gcc
sources:
- - https://hacktivis.me/git/utils.git
+ - https://anongit.hacktivis.me/git/utils-extra.git
tasks:
- clang: |
- cd utils
+ cd utils-extra
CC=clang ./configure
- make clean test
+ make clean check
- gcc: |
- cd utils
+ cd utils-extra
CC=gcc ./configure
- make clean test
+ make clean check
triggers:
- action: email
condition: failure
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
@@ -7,16 +7,16 @@ packages:
- kyua
- clang
sources:
- - https://hacktivis.me/git/utils.git
+ - https://anongit.hacktivis.me/git/utils-extra.git
tasks:
- clang: |
- cd utils
+ cd utils-extra
CC=clang ./configure
- DESTDIR=/tmp/clang-destdir make clean test
+ DESTDIR=/tmp/clang-destdir make clean check
- gcc: |
- cd utils
+ cd utils-extra
CC=gcc ./configure
- DESTDIR=/tmp/gcc-destdir make clean test
+ DESTDIR=/tmp/gcc-destdir make clean check
triggers:
- action: email
condition: failure