forked from BobBuildTool/bob
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sometimes a recipe might only require a tool if certain conditions are met. So far, tools could only be used unconditionally. This adds a new syntax along the following lines: checkoutTools: - if: "${TEST_VAR:-}" name: graphics::package Fixes BobBuildTool#572.
- Loading branch information
Showing
4 changed files
with
118 additions
and
133 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
Oops, something went wrong.