Skip to content

Commit

Permalink
Precompilation statements for nightly (#4082)
Browse files Browse the repository at this point in the history
* enable precompilation on nightly

* update CompileBot, add precompile statements for nightly
  • Loading branch information
t-bltg committed Jan 28, 2022
1 parent 2896c5a commit e3ea971
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CompileBot
# NOTE: this file should be named 'SnoopCompile.yml', cf github.com/aminya/CompileBot.jl/blob/master/src/CompileBot.jl#L57

name: SnoopCompile

on:
push:
Expand All @@ -21,8 +23,10 @@ jobs:
fail-fast: false
matrix:
version: # NOTE: the versions below should match those in your botconfig
- '1.6' #
- '1.7' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
- '1.6' #
- '1.7' # |
- 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
# ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079
os: # NOTE: should match the os setting of your botconfig
- ubuntu-latest
arch:
Expand Down
Loading

0 comments on commit e3ea971

Please sign in to comment.