I have a custom build system for my Python project. I would like to disable the make/make clean/Python/Python Syntax check build systems. Is there anyway to disable default build systems either entirely or for a project?
Method to disable default build systems?
FichteFoll
#2
Can’t you just directly select the build system you want and ignore the others? That’s what I always do.
You can only “disable” build system by creating an override file (using the PackageResourceViewer package) with no contents, I suppose.
0 Likes
ahoos
#3
I want to be able to frequently switch build systems. I never want Pylint or Make, but I can’t disable them. If I extract the package and make the build empty it only removes the variant, but the Make and Python builds don’t get removed. If I rename or move the build folder it is re-created. So there is no way to remove the build system as far as I can tell.
0 Likes
giampaolo
#4
+1
“Syntax check” builds are rarely used, so it would be nice to have a way to disable them.
0 Likes