mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
Add a fullclean option to the force on the website
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -285,7 +285,12 @@ c['schedulers'].append(SingleBranchScheduler(
|
||||
builderNames=all_builder_names))
|
||||
c['schedulers'].append(ForceScheduler(
|
||||
name="force",
|
||||
builderNames=all_builder_names))
|
||||
builderNames=all_builder_names),
|
||||
properties=[
|
||||
BooleanParameter(name="fullclean",
|
||||
label="Do a full clean", default=False),
|
||||
]
|
||||
)
|
||||
|
||||
####### STATUS TARGETS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user