-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'no-bin' & rework install/run behavior
Basic changes: * Adds no-bin. * Renames 'run' to 'sig'. * Re-organizes 'doc' step code. * Re-organizes and makes some code more consistent. * Step dependency graph rework: An artifact's top level step now by default depends on the compile step, the install step, and the run step; the install and run steps can be individually disabled using `no-bin` and `no-run`. If both are disabled, there now will be no binary even compiled, allowing us to run semantic analysis without wasting time emitting a binary.
- Loading branch information
1 parent
0404e2d
commit a39b02a
Showing
1 changed file
with
116 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters