multios and run on 1.5
This commit is contained in:
parent
16618430ed
commit
3f521b3322
5
.github/workflows/SnoopCompile.yml
vendored
5
.github/workflows/SnoopCompile.yml
vendored
@ -21,8 +21,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: # NOTE: the versions below should match those in your botconfig
|
||||
- '1.4.2'
|
||||
- '1.3.1'
|
||||
- '1.3'
|
||||
- '1.4'
|
||||
- '1.5'
|
||||
- 'nightly'
|
||||
os: # NOTE: should match the os setting of your botconfig
|
||||
- ubuntu-latest
|
||||
|
||||
8
deps/SnoopCompile/snoop_bench.jl
vendored
8
deps/SnoopCompile/snoop_bench.jl
vendored
@ -1,6 +1,12 @@
|
||||
using SnoopCompile
|
||||
|
||||
snoop_bench(
|
||||
BotConfig("Plots", version = ["1.3.1", "1.4.2", "nightly"]),
|
||||
BotConfig(
|
||||
"Plots",
|
||||
os = ["linux", "windows", "macos"],
|
||||
else_os = "linux",
|
||||
version = ["1.3", "1.4", "1.5", "nightly"],
|
||||
else_version = "1.4",
|
||||
),
|
||||
joinpath(@__DIR__, "precompile_script.jl"),
|
||||
)
|
||||
|
||||
8
deps/SnoopCompile/snoop_bot.jl
vendored
8
deps/SnoopCompile/snoop_bot.jl
vendored
@ -1,6 +1,12 @@
|
||||
using SnoopCompile
|
||||
|
||||
snoop_bot(
|
||||
BotConfig("Plots", version = ["1.3.1", "1.4.2", "nightly"]),
|
||||
BotConfig(
|
||||
"Plots",
|
||||
os = ["linux", "windows", "macos"],
|
||||
else_os = "linux",
|
||||
version = ["1.3", "1.4", "1.5", "nightly"],
|
||||
else_version = "1.4",
|
||||
),
|
||||
joinpath(@__DIR__, "precompile_script.jl"),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user