Plots.jl/deps/SnoopCompile/snoop_bot_config.jl
t-bltg e3ea97199f
Precompilation statements for nightly (#4082)
* enable precompilation on nightly

* update CompileBot, add precompile statements for nightly
2022-01-28 22:00:26 +01:00

8 lines
204 B
Julia

using CompileBot
botconfig = BotConfig(
"Plots",
version = ["1.6", "1.7", "nightly"], # <<< keep these versions in sync with .github/workflows/SnoopCompile.yml
# else_version = "nightly",
)