You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: omnilink/README.md
+30-5Lines changed: 30 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,45 @@ This folder contains build definitions that automate most experiments.
4
4
For all commands, _run them from the repo root, not here_.
5
5
That's where `./mill` lives.
6
6
7
-
The build definitions are in `package.mill`, with dependencies on `util.mill` and `GitRepo.mill`.
7
+
The build definitions are in `package.mill`. Everything has been consolidated into a single build file.
8
8
9
9
Note: all system dependencies are installed by the Dockerfile inside `../.devcontainer`.
10
10
If you use devcontainers, it will "just work".
11
11
Otherwise, make sure you have the packages listed there installed, and consider running `./mill mill.tabcomplete/install` to get tab completions on build actions.
0 commit comments