* enable precompilation on nightly * update CompileBot, add precompile statements for nightly
8 lines
204 B
Julia
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",
|
|
)
|