Rename SnoopCompileBot to CompileBot (#3018)
This commit is contained in:
parent
f4fe4b8a05
commit
1f6244195a
6
.github/workflows/SnoopCompile.yml
vendored
6
.github/workflows/SnoopCompile.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
julia --project -e 'using Pkg; Pkg.instantiate();'
|
julia --project -e 'using Pkg; Pkg.instantiate();'
|
||||||
julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/SnoopCompileBot.jl", rev = "master") ); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompileBot; SnoopCompileBot.addtestdep();'
|
julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/CompileBot.jl", rev = "master") ); Pkg.develop(PackageSpec(; path=pwd())); using CompileBot; CompileBot.addtestdep();'
|
||||||
|
|
||||||
|
|
||||||
# TESTCMD
|
# TESTCMD
|
||||||
@ -72,8 +72,8 @@ jobs:
|
|||||||
- name: Download all
|
- name: Download all
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
- name: SnoopCompileBot postprocess
|
- name: CompileBot postprocess
|
||||||
run: julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/SnoopCompileBot.jl", rev = "master") ); using SnoopCompileBot; SnoopCompileBot.postprocess();'
|
run: julia -e 'using Pkg; Pkg.add( PackageSpec(url="https://github.com/aminya/CompileBot.jl", rev = "master") ); using CompileBot; CompileBot.postprocess();'
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bench.jl
vendored
2
deps/SnoopCompile/snoop_bench.jl
vendored
@ -1,4 +1,4 @@
|
|||||||
using SnoopCompileBot
|
using CompileBot
|
||||||
|
|
||||||
snoop_bench(
|
snoop_bench(
|
||||||
BotConfig(
|
BotConfig(
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bot.jl
vendored
2
deps/SnoopCompile/snoop_bot.jl
vendored
@ -1,4 +1,4 @@
|
|||||||
using SnoopCompileBot
|
using CompileBot
|
||||||
|
|
||||||
snoop_bot(
|
snoop_bot(
|
||||||
BotConfig(
|
BotConfig(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user