logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: 9d19cc3d8ece0aa615345b7474a94379592c1eb2
parent 611dbe55002c75da3c233a97bd6c414e6b61d661
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 17 Jul 2023 10:50:46 +0200

.builds: Separate split ninja clean all in two cmds

> ninja clean all
> executes the clean target in the middle of executing the all target
> doesn't really bothers making sure dep files are still there in the meantime

Diffstat:

M.builds/netbsd.yml3++-
M.builds/openbsd.yml3++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml @@ -14,7 +14,8 @@ tasks: - clang: | cd badwolf CC=clang ./configure - ninja clean all + ninja clean + ninja ninja test DESTDIR=/tmp/clang-destdir ninja install triggers: diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -14,7 +14,8 @@ tasks: - clang: | cd badwolf CC=clang ./configure - scan-build ninja clean all + ninja clean + scan-build ninja ninja test DESTDIR=/tmp/clang-destdir ninja install triggers: