Skip to content

Commit

Permalink
replace move content of set_dev_dependencies.jl script in SetupDevEnv.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Oct 23, 2024
1 parent 394d5e7 commit e573c7c
Show file tree
Hide file tree
Showing 8 changed files with 682 additions and 786 deletions.
2 changes: 2 additions & 0 deletions .ci/SetupDevEnv/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors = ["Simeon Ehrig <[email protected]> and contributors"]
version = "1.0.0"

[deps]
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

Expand Down
4 changes: 2 additions & 2 deletions .ci/SetupDevEnv/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Usage

The application `SetupDevEnv.jl` takes a `Project.toml` and adds all dependencies which match a filter rule as the development version to the current Julia environment. The first application parameter sets the Project.toml path.
The script `SetupDevEnv.jl` checks the dependencies of the current project and provides a Julia environment that provides all current development versions of the QED dependencies.

```bash
julia --project=/path/to/the/julia/environment src/SetupDevEnv.jl /path/to/Project.toml
julia --project=/path/to/the/julia/environment src/SetupDevEnv.jl
```

# Optional Environment variables
Expand Down
Loading

0 comments on commit e573c7c

Please sign in to comment.