Changed defualt pybuilder flow to just build for the current OS

This commit is contained in:
Mohamed El-Zeneiny 2023-03-27 17:32:15 -04:00
commit a883abc2f0

View file

@ -15,7 +15,7 @@ use_plugin("python.coverage")
use_plugin("exec")
name = "youtube-dl"
default_task = ["clean", "analyze","offlinetest","build"]
default_task = ["clean","build"]
version = "0.0.0"
OS = Enum('OS',['Linux','MacOS', 'Windows'])