Skip to content

Commit

Permalink
try deps/build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 18, 2020
1 parent c24e533 commit bb56316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SnoopCompileAnalysis = "9ea4277c-da97-4c3a-afb0-537c066769de"
SnoopCompileBot = "1d5e0e55-7d74-4714-b8d8-efa80e938cf7"
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
Expand Down
6 changes: 6 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using Pkg
rootdir = dirname(@__DIR__)
Pkg.activate(rootdir)
Pkg.develop(PackageSpec(path=joinpath(rootdir,"SnoopCompileCore")))
Pkg.develop(PackageSpec(path=joinpath(rootdir,"SnoopCompileAnalysis")))
Pkg.develop(PackageSpec(path=joinpath(rootdir,"SnoopCompileBot")))

0 comments on commit bb56316

Please sign in to comment.