else_os and else_version

This commit is contained in:
Daniel Schwabeneder 2020-10-28 22:31:22 +01:00
parent 978ffb799b
commit 059fbdfb6d
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ snoop_bench(
BotConfig(
"Plots",
yml_path= "SnoopCompile.yml",
else_os = "linux",
else_version = "1.5",
),
joinpath(@__DIR__, "precompile_script.jl"),
)

View File

@ -4,6 +4,8 @@ snoop_bot(
BotConfig(
"Plots",
yml_path= "SnoopCompile.yml",
else_os = "linux",
else_version = "1.5",
),
joinpath(@__DIR__, "precompile_script.jl"),
)