1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Add CICD for busytest

This commit is contained in:
Theophile Trunck 2021-03-14 20:30:53 +01:00
parent 8bafcbab7a
commit 0ac5dbe44d
2 changed files with 29 additions and 0 deletions

View file

@ -279,6 +279,8 @@ $(BUILDDIR)/busybox: busybox-src build-uutils $(BUILDDIR)/.config
cp $(BUILDDIR)/coreutils $(BUILDDIR)/busybox; \
chmod +x $@;
prepare-busytest: $(BUILDDIR)/busybox
ifeq ($(EXES),)
busytest:
else