CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-28 20:21:11 +01:00
parent 3949af6d3c
commit 7b21a0620b
4 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ endif
test:: build/all+test PHONY
ifneq ($(wildcard /usr/bin/env),) # need Unix utils like bash, perl, sed, xargs, etc.
ifneq ($(wildcard ./misc/scripts/.),)
check-whitespace clang-format run-testsuite run-testsuite-debug run-testsuite-release: src/Makefile PHONY
check-whitespace clang-format run-testsuite run-testsuite-all run-testsuite-debug run-testsuite-release: src/Makefile PHONY
$(MAKE) -C src $@
endif
endif